1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00
This commit is contained in:
André Langhorst
2001-03-28 20:08:49 +00:00
parent 339ac67ce3
commit 7d50e21a4b
2 changed files with 2 additions and 2 deletions

View File

@@ -475,7 +475,7 @@ static int php_ub_body_write(const char *str, uint str_length)
*/
/* {{{ proto void ob_start([ string user_function, [ int chunk_size]])
/* {{{ proto void ob_start([ string user_function [, int chunk_size]])
Turn on Output Buffering (specifying an optional output handler). */
PHP_FUNCTION(ob_start)
{

View File

@@ -475,7 +475,7 @@ static int php_ub_body_write(const char *str, uint str_length)
*/
/* {{{ proto void ob_start([ string user_function, [ int chunk_size]])
/* {{{ proto void ob_start([ string user_function [, int chunk_size]])
Turn on Output Buffering (specifying an optional output handler). */
PHP_FUNCTION(ob_start)
{