Removed misleading feof reference from fgetc.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31315 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2000-08-27 11:22:21 +00:00
parent a3385c4529
commit 94dd6454dd

View file

@ -397,8 +397,8 @@ $df = diskfreespace("/"); // $df contains the number of bytes
</funcsynopsis>
<para>
Returns a string containing a single character read from the
file pointed to by fp. Returns FALSE on EOF (as does
<function>feof</function>).</para>
file pointed to by fp. Returns FALSE on EOF.
</para>
<para>
The file pointer must be valid, and must point to a file
successfully opened by <function>fopen</function>,