Fixed some grammar.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69841 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2002-02-09 21:48:38 +00:00
parent dcf0ac1af8
commit 13a0ce63c5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.116 $ -->
<!-- $Revision: 1.117 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -2564,7 +2564,8 @@ $fp = popen ("/bin/ls", "r");
Returns &false; in case of error.
</para>
<para>
<function>stat</function> doesn't handle URL as does <function>fopen</function>.
<function>stat</function> cannot be used on <link
linkend="features.remote-files">remote files</link>.
</para>
<para>
The results of this function are cached. See
@ -2613,7 +2614,12 @@ $fp = popen ("/bin/ls", "r");
<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>
<function>lstat</function> cannot be used on <link
linkend="features.remote-files">remote files</link>.
</para>
<para>
The results of this function are cached. See
<function>clearstatcache</function> for more details.