php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36740 Function ob-start: Wrong param count
Submitted: 2006-03-15 03:55 UTC Modified: 2006-03-15 08:36 UTC
From: php at cconstruct dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Gentoo Linux/AMD64
Private report: No CVE-ID: None
 [2006-03-15 03:55 UTC] 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 )

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-15 08:36 UTC] betz@php.net
The german manual is outdated. If you want to help translating the manual to german, please contact doc-de@lists.php.net.

Friedhelm
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 10 05:00:02 2025 UTC