]> granicus.if.org Git - php/commitdiff
Prototype corrected.
authorKristian Köhntopp <kk@php.net>
Sun, 12 Nov 2000 22:13:35 +0000 (22:13 +0000)
committerKristian Köhntopp <kk@php.net>
Sun, 12 Nov 2000 22:13:35 +0000 (22:13 +0000)
ext/standard/output.c
main/output.c

index 109f2850a281fc65d46402304b2fa656e4e3aa9d..a64f81502f79833697b84261a47293838d736dfd 100644 (file)
@@ -391,8 +391,8 @@ static int php_ub_body_write(const char *str, uint str_length)
  */
 
 
-/* {{{ proto void ob_start(void)
-   Turn on Output Buffering */
+/* {{{ proto void ob_start([ string user_function])
+   Turn on Output Buffering (specifying an optional output handler). */
 PHP_FUNCTION(ob_start)
 {
        zval *output_handler;
index 109f2850a281fc65d46402304b2fa656e4e3aa9d..a64f81502f79833697b84261a47293838d736dfd 100644 (file)
@@ -391,8 +391,8 @@ static int php_ub_body_write(const char *str, uint str_length)
  */
 
 
-/* {{{ proto void ob_start(void)
-   Turn on Output Buffering */
+/* {{{ proto void ob_start([ string user_function])
+   Turn on Output Buffering (specifying an optional output handler). */
 PHP_FUNCTION(ob_start)
 {
        zval *output_handler;