vrana           Thu May 20 11:01:39 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   stat.xml 
  Log:
  ctime is not file creation time
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/stat.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/filesystem/functions/stat.xml
diff -u phpdoc/en/reference/filesystem/functions/stat.xml:1.11 
phpdoc/en/reference/filesystem/functions/stat.xml:1.12
--- phpdoc/en/reference/filesystem/functions/stat.xml:1.11      Tue May 18 10:23:19 
2004
+++ phpdoc/en/reference/filesystem/functions/stat.xml   Thu May 20 11:01:39 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.stat">
    <refnamediv>
@@ -97,7 +97,7 @@
         <row>
          <entry>10</entry>
          <entry>ctime</entry>
-         <entry>time of creation (Unix timestamp)</entry>
+         <entry>time of last inode change (Unix timestamp)</entry>
         </row>
         <row>
          <entry>11</entry>

Reply via email to