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.
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jani Taskinen
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jani Taskinen
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Damien Seguy
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jon Parise
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Daniel Beckham
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml jeroen
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem... Daniel Beckham
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem... Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Ken Coar
