From 163bd89bad28802a4364eeb116bbffe11f07b6b1 Mon Sep 17 00:00:00 2001 From: irc-html Date: Sat, 12 Jan 2002 17:01:29 +0000 Subject: [PATCH] fixed bug #14873, missing mode parameter for ob_gzhandler; spelling errors git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67644 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/outcontrol.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/functions/outcontrol.xml b/functions/outcontrol.xml index 2fd0e9b4f3..e0392bbd41 100644 --- a/functions/outcontrol.xml +++ b/functions/outcontrol.xml @@ -1,5 +1,5 @@ - + Output Control Functions Output Control @@ -9,7 +9,7 @@ The Output Control functions allow you to control when output is sent from the script. This can be useful in several different situations, especially if you need to send headers to the browser - after your script has began outputing data. The Output Control + after your script has began outputting data. The Output Control functions do not affect headers sent using header or setcookie, only functions such as echo and data between @@ -256,7 +256,7 @@ ob_end_flush(); This will return the length of the contents in the output buffer - or &false;, if output buffering isnt't active. + or &false;, if output buffering isn't active. See also ob_start and @@ -303,8 +303,16 @@ ob_end_flush(); string ob_gzhandler string buffer + int + mode + + + + mode was added in PHP 4.0.5. + + ob_gzhandler is intended to be used as a callback function for ob_start to help