diff options
| author | André Langhorst <andre@php.net> | 2001-03-28 19:41:38 +0000 |
|---|---|---|
| committer | André Langhorst <andre@php.net> | 2001-03-28 19:41:38 +0000 |
| commit | 339ac67ce33c3c9835ac410985f311bb2281bea2 (patch) | |
| tree | 2702eec468cdd7b9857eae9bdb737f7f360f749e /main/output.c | |
| parent | f5efe02d885d11464f14ff44d612b01742267dcd (diff) | |
| download | php-git-339ac67ce33c3c9835ac410985f311bb2281bea2.tar.gz | |
fix proto
Diffstat (limited to 'main/output.c')
| -rw-r--r-- | main/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/output.c b/main/output.c index 3180c912a7..5081a8e62c 100644 --- a/main/output.c +++ b/main/output.c @@ -475,7 +475,7 @@ static int php_ub_body_write(const char *str, uint str_length) */ -/* {{{ proto void ob_start([ string user_function]) +/* {{{ proto void ob_start([ string user_function, [ int chunk_size]]) Turn on Output Buffering (specifying an optional output handler). */ PHP_FUNCTION(ob_start) { |
