irc-html                Sat Jan 12 12:01:30 2002 EDT

  Modified files:              
    /phpdoc/en/functions        outcontrol.xml 
  Log:
  fixed bug #14873, missing mode parameter for ob_gzhandler; spelling errors
  
Index: phpdoc/en/functions/outcontrol.xml
diff -u phpdoc/en/functions/outcontrol.xml:1.24 phpdoc/en/functions/outcontrol.xml:1.25
--- phpdoc/en/functions/outcontrol.xml:1.24     Thu Dec 20 16:10:55 2001
+++ phpdoc/en/functions/outcontrol.xml  Sat Jan 12 12:01:29 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
  <reference id="ref.outcontrol">
   <title>Output Control Functions</title>
   <titleabbrev>Output Control</titleabbrev>
@@ -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
     <function>header</function> or <function>setcookie</function>,
     only functions such as <function>echo</function> and data between
@@ -256,7 +256,7 @@
     </funcsynopsis>
     <para>
      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.
     </para>
     <para>
      See also <function>ob_start</function> and
@@ -303,8 +303,16 @@
      <funcprototype>
       <funcdef>string <function>ob_gzhandler</function></funcdef>
       <paramdef>string <parameter>buffer</parameter></paramdef>
+      <paramdef>int 
+       <parameter><optional>mode</optional></parameter>
+      </paramdef>                
      </funcprototype>
     </funcsynopsis>
+    <note>
+     <para>
+      <parameter>mode</parameter> was added in PHP 4.0.5.
+     </para>
+    </note>
     <para>
      <function>ob_gzhandler</function> is intended to be used as a
      callback function for <function>ob_start</function> to help


Reply via email to