From: Marcus Boerger Date: Tue, 27 Apr 2004 15:39:33 +0000 (+0000) Subject: Fix documentation X-Git-Tag: RELEASE_0_1~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c896fa34a88fad434e79f07b4f61d61e15b5088d;p=php Fix documentation --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index c2a3813b39..bf3eeac29d 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -377,7 +377,7 @@ class DirectoryIterator implements Iterator */ function getMTime(); - /** \return The current entry's creation time. + /** \return The current entry's last change time. */ function getCTime();