[PHP-DEV] Bug #2954 Updated: feof doesn't always evaluate correctly From: Bug Database (php-dev <email protected>)
Date: 12/28/99

ID: 2954
Updated by: sas
Reported By: nickl <email protected>
Status: Closed
Bug Type: Misbehaving function
Assigned To:
Comments:

The function feof reports the status of the end-of-file indicator. This indicator is only set, if the fread function has noticed that the stream of data has no more data available. Therefore, the observed behaviour of feof is correct.

Full Bug description available at: http://bugs.php.net/?id=2954

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>