diff --git a/reference/outcontrol/functions/ob-gzhandler.xml b/reference/outcontrol/functions/ob-gzhandler.xml index 49f2c25f6d..6e64df42c8 100644 --- a/reference/outcontrol/functions/ob-gzhandler.xml +++ b/reference/outcontrol/functions/ob-gzhandler.xml @@ -1,5 +1,5 @@ - + @@ -15,11 +15,6 @@ stringbuffer intmode - - - mode was added in PHP 4.0.5. - - ob_gzhandler is intended to be used as a callback function for ob_start to help @@ -31,9 +26,14 @@ browsers are supported since it's up to the browser to send the correct header saying that it accepts compressed web pages. + + + mode was added in PHP 4.0.5. + + - <function>ob_gzhandler</function> Example + <function>ob_gzhandler</function> example -

This should be a compressed page. +

This should be a compressed page.

]]>
- - See also ob_start and - ob_end_flush. - You cannot use both ob_gzhandler and @@ -64,6 +60,11 @@ ob_start("ob_gzhandler"); ob_gzhandler. + + See also + ob_start and + ob_end_flush. +
diff --git a/reference/outcontrol/functions/ob-list-handlers.xml b/reference/outcontrol/functions/ob-list-handlers.xml index 446dcef5e5..365abccbc5 100755 --- a/reference/outcontrol/functions/ob-list-handlers.xml +++ b/reference/outcontrol/functions/ob-list-handlers.xml @@ -1,5 +1,5 @@ - + ob_list_handlers @@ -54,9 +54,11 @@ Array - See also ob_end_clean, + See also + ob_end_clean, ob_end_flush, - ob_get_flush, and ob_start. + ob_get_flush, + ob_start. diff --git a/reference/outcontrol/functions/ob-start.xml b/reference/outcontrol/functions/ob-start.xml index 22b397b16a..aebec99e14 100644 --- a/reference/outcontrol/functions/ob-start.xml +++ b/reference/outcontrol/functions/ob-start.xml @@ -1,5 +1,5 @@ - + @@ -109,7 +109,7 @@ ob_end_flush(); -

It's like comparing oranges to oranges. +

It's like comparing oranges to oranges.

]]> diff --git a/reference/outcontrol/functions/output-add-rewrite-var.xml b/reference/outcontrol/functions/output-add-rewrite-var.xml index beb528deeb..977d9610fe 100755 --- a/reference/outcontrol/functions/output-add-rewrite-var.xml +++ b/reference/outcontrol/functions/output-add-rewrite-var.xml @@ -1,5 +1,5 @@ - + output_add_rewrite_var @@ -63,8 +63,10 @@ Array - See also output_reset_rewrite_vars, - ob_flush and ob_list_handlers. + See also + output_reset_rewrite_vars, + ob_flush and + ob_list_handlers. diff --git a/reference/outcontrol/functions/output-reset-rewrite-vars.xml b/reference/outcontrol/functions/output-reset-rewrite-vars.xml index 6cb1380a26..a264a57471 100755 --- a/reference/outcontrol/functions/output-reset-rewrite-vars.xml +++ b/reference/outcontrol/functions/output-reset-rewrite-vars.xml @@ -1,5 +1,5 @@ - + output_reset_rewrite_vars @@ -46,8 +46,10 @@ echo 'link'; - See also output_add_rewrite_var, - ob_flush, ob_list_handlers and + See also + output_add_rewrite_var, + ob_flush, + ob_list_handlers and session_start.