[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml From: Damien Seguy (dams <email protected>)
Date: 05/14/01

dams Mon May 14 05:37:48 2001 EDT

  Modified files:
    /phpdoc/en/functions filesystem.xml
  Log:
  Added note into stat.
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.62 phpdoc/en/functions/filesystem.xml:1.63
--- phpdoc/en/functions/filesystem.xml:1.62 Fri May 11 03:16:19 2001
+++ phpdoc/en/functions/filesystem.xml Mon May 14 05:37:47 2001
@@ -2413,7 +2413,8 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- Gathers the statistics of the file named by filename.</para>
+ Gathers the statistics of the file named by filename.
+ </para>
     <para>
      Returns an array with the statistics of the file with the
      following elements:
@@ -2433,7 +2434,14 @@
       <listitem><simpara>number of blocks allocated</simpara></listitem>
      </orderedlist>
      * - only valid on systems supporting the st_blksize type--other
- systems (i.e. Windows) return -1</para>
+ systems (i.e. Windows) return -1.
+ </para>
+ <para>
+ Returns <literal>FALSE</literal> in case of error.
+ </para>
+ <para>
+ <function>stat</function> doesn't handle URL as does <function>fopen</function>.
+ </para>
     <para>
      The results of this function are cached. See
      <function>clearstatcache</function> for more details.