mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
a3385c4529
commit
94dd6454dd
1 changed files with 2 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue