ID: 21877
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: *
PHP Version: 4CVS-2003-01-25 (stable)
Assigned To: hholzgra
New Comment:
here was my code:
$f=fopen("./foo","r");
while($c=fgetc($f)){
...
}
...and the 'while' loop was quit long before EOF was reached.
After examination, it was quit when a character 0 was read
(thus confusion between 0 and EOF.......)
Previous Comments:
------------------------------------------------------------------------
[2003-01-25 13:07:29] [EMAIL PROTECTED]
ok, it only true for non-blocking php streams ...
but still this should be mentioned on the fread() page
------------------------------------------------------------------------
[2003-01-25 12:56:17] [EMAIL PROTECTED]
i asume this not only true for C fread() but also for PHP ?
if so -> should be documented as such ...
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=21877&edit=1
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php