From c896fa34a88fad434e79f07b4f61d61e15b5088d Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 27 Apr 2004 15:39:33 +0000 Subject: [PATCH] Fix documentation --- ext/spl/spl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.50.1