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:
Jakub Vrana 2013-05-20 19:18:52 +00:00
parent c22d6b2367
commit f9a72d84af

View file

@ -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">