Date: 04/24/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] strchr()"
- Previous message: Martin Edelius: "[PHP-DEV] Re: [PHP3] PHP Speed Optimization"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] fseek() return value"
- Reply: Andi Gutmans: "Re: [PHP-DEV] fseek() return value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andi Gutmans: "Re: [PHP-DEV] strchr()"
- Previous message: Martin Edelius: "[PHP-DEV] Re: [PHP3] PHP Speed Optimization"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] fseek() return value"
- Reply: Andi Gutmans: "Re: [PHP-DEV] fseek() return value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

