[PHP-DOC] cvs: phpdoc /en/functions outcontrol.xml From: Daniel Beckham (danbeck <email protected>)
Date: 08/29/00

danbeck Tue Aug 29 14:10:19 2000 EDT

  Modified files:
    /phpdoc/en/functions outcontrol.xml
  Log:
  added docs for ob_get_length, modifed the "See Also" para for ob_get_contents.
  
Index: phpdoc/en/functions/outcontrol.xml
diff -u phpdoc/en/functions/outcontrol.xml:1.4 phpdoc/en/functions/outcontrol.xml:1.5
--- phpdoc/en/functions/outcontrol.xml:1.4 Tue Aug 29 08:50:14 2000
+++ phpdoc/en/functions/outcontrol.xml Tue Aug 29 14:10:19 2000
@@ -120,9 +120,34 @@
      output buffering isn't active.
     </para>
     <para>
- See also <function>ob_start</function>,
- <function>ob_end_flush</function>, and
- <function>ob_end_clean</function>.
+ See also <function>ob_start</function> and
+ <function>ob_get_length</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.ob-get-length">
+ <refnamediv>
+ <refname>ob_get_length</refname>
+ <refpurpose>
+ Return the length of the output buffer
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>string <function>ob_get_length</function></funcdef>
+ <void/>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ This will return the length of the contents in the output buffer
+ or FALSE, if output buffering isnt't active.
+ </para>
+ <para>
+ See also <function>ob_start</function> and
+ <function>ob_get_contents</function>.
     </para>
    </refsect1>
   </refentry>