torben          Mon Mar 26 15:50:26 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  
  Whoops. Forgot filemtime().
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.59 phpdoc/en/functions/filesystem.xml:1.60
--- phpdoc/en/functions/filesystem.xml:1.59     Mon Mar 26 15:46:08 2001
+++ phpdoc/en/functions/filesystem.xml  Mon Mar 26 15:50:26 2001
@@ -862,6 +862,11 @@
      The results of this function are cached. See
      <function>clearstatcache</function> for more details.
     </para>
+    <simpara>
+     This function will not work on <link
+     linkend="features.remote-files">remote files</link>; the file to
+     be examined must be accessible via the server's filesystem.
+    </simpara>
     <para>Note: This function returns the time when the data
      blocks of a file were being written to, that is, the time
      when the content of the file was changed. Use


Reply via email to