ID: 29696 Updated by: [EMAIL PROTECTED] Reported By: bjori at jeshus dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: FreeBSD 5.2.1 PHP Version: 5.0.0 New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Parameter length is optional since PHP 5. Previous Comments: ------------------------------------------------------------------------ [2004-08-16 05:23:25] bjori at jeshus dot com Description: ------------ http://no2.php.net/fgetss : string fgetss ( resource handle, int length [, string allowable_tags]) [snip]Identical to fgets()[/snip] http://no2.php.net/fgets string fgets ( resource handle [, int length]) Minor documentation problem, still a problem. Reproduce code: --------------- fgetss ( $fp ); Expected result: ---------------- As documented, not to work. Actual result: -------------- Works. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29696&edit=1