mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dcf0ac1af8
commit
13a0ce63c5
1 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue