From 504a0090922e3b229e080374d4cb73f6eb49165a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 20 May 2004 15:01:39 +0000 Subject: [PATCH] ctime is not file creation time git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159140 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/stat.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/stat.xml b/reference/filesystem/functions/stat.xml index a77626addf..25000bae75 100644 --- a/reference/filesystem/functions/stat.xml +++ b/reference/filesystem/functions/stat.xml @@ -1,5 +1,5 @@ - + @@ -97,7 +97,7 @@ 10 ctime - time of creation (Unix timestamp) + time of last inode change (Unix timestamp) 11