mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix EOF return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330312 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c22d6b2367
commit
f9a72d84af
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the data read, or &false; if the end of the file is
|
||||
reached.
|
||||
Returns the data read, empty string on end of a file, or &false; on error.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
|
|
Loading…
Reference in a new issue