summaryrefslogtreecommitdiff
path: root/main/output.c
diff options
context:
space:
mode:
authorAndré Langhorst <andre@php.net>2001-03-28 19:41:38 +0000
committerAndré Langhorst <andre@php.net>2001-03-28 19:41:38 +0000
commit339ac67ce33c3c9835ac410985f311bb2281bea2 (patch)
tree2702eec468cdd7b9857eae9bdb737f7f360f749e /main/output.c
parentf5efe02d885d11464f14ff44d612b01742267dcd (diff)
downloadphp-git-339ac67ce33c3c9835ac410985f311bb2281bea2.tar.gz
fix proto
Diffstat (limited to 'main/output.c')
-rw-r--r--main/output.c2
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)
{