[PHP-DEV] fseek() return value From: Andrei Zmievski (andrei <email protected>)
Date: 04/24/00

Why is the return value of fseek() simply returned to the user? fseek()
returns 0 on success and -1 on error. We need to check those and return
true/false for appropriate case. I'd like to make that change, but I'm
not sure how many people that would affect.

-Andrei
* 2 + 2 = 5 for extremely large values of 2. *

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