ID: 36740 Updated by: [EMAIL PROTECTED] Reported By: php at cconstruct dot de -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Gentoo Linux/AMD64 PHP Version: Irrelevant New Comment:
The german manual is outdated. If you want to help translating the manual to german, please contact [EMAIL PROTECTED] Friedhelm Previous Comments: ------------------------------------------------------------------------ [2006-03-15 03:55:37] php at cconstruct dot de Description: ------------ The german manual on the function ob-start, residing at http://de.php.net/manual/de/function.ob-start.php, is mistaken in the parameter count of the function "ob-start". Reproduce code: --------------- Visit http://de.php.net/manual/de/function.ob-start.php and compare to e.g. http://de.php.net/manual/en/function.ob-start.php Expected result: ---------------- Two times the same parameter count: bool ob_start ( [callback output_callback [, int chunk_size [, bool erase]]] ) Actual result: -------------- In the german version it says: void ob_start ( void ) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36740&edit=1