From e910699347be2deeaa1fada69b183bdace1d962a Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 22 Apr 2007 17:13:52 +0000 Subject: - MFH Update docu --- ext/spl/spl.php | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'ext/spl/spl.php') diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 1dd82ca998..bb6af7e050 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -6,7 +6,7 @@ * * SPL - Standard PHP Library * - * (c) Marcus Boerger, 2003 - 2006 + * (c) Marcus Boerger, 2003 - 2007 */ /** @mainpage SPL - Standard PHP Library @@ -118,20 +118,23 @@ * - Advanced OOP with SPL in PHP 5 * - The Standard PHP Library, Part 1 * - The Standard PHP Library, Part 2 - * - SPL on PHP Wiki * - Die Standard PHP Library (SPL) [german] * * 10) Talks on SPL: - * - SPL for the masses [pps], [pdf] - * - From engine overloading to SPL [pps], [pdf] - * - Happy SPLing [pps], [pdf] - * - Debug session 1 [pps], [pdf] - * - Debug session 2 [pps], [pdf] + * - SPL Update [pps], [pdf] + * - Happy SPLing [pps], [pdf] + * - From engine overloading to SPL [pps], [pdf] + * - SPL for the masses [pps], [pdf] + * + * 11) Debug sessions: + * - Debug session 1 [pps], [pdf] + * - Debug session 2 [pps], [pdf], [swf] + * - Debug session 3 [pps], [pdf] * * You can download this documentation as a chm file * here. * - * (c) Marcus Boerger, 2003 - 2006 + * (c) Marcus Boerger, 2003 - 2007 */ /** @defgroup ZendEngine Zend engine classes @@ -928,6 +931,14 @@ class SplFileInfo */ function isLink() {/**/} + /** @return target of link. + */ + function getLinkTarget() {/**/} + + /** @return The resolved path + */ + function getRealPath() {/**/} + /** @return getPathname() */ function __toString() {/**/} -- cgit v1.2.1