nlopess Sat Jan 3 12:37:46 2004 EDT
Modified files:
/phpdoc/en/reference/outcontrol/functions ob-end-flush.xml
ob-list-handlers.xml
Log:
added references to ob_get_flush()
Index: phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml:1.6
phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml:1.7
--- phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml:1.6 Mon Jun 16
14:50:48 2003
+++ phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml Sat Jan 3 12:37:46
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-end-flush">
<refnamediv>
@@ -26,6 +26,13 @@
that you called the function without an active buffer or that for some
reason a buffer could not be deleted (possible for special buffer).
</para>
+ <note>
+ <simpara>
+ This function is similar to <function>ob_get_flush</function>, except
+ that <function>ob_get_flush</function> function returns the buffer as a
+ string.
+ </simpara>
+ </note>
<para>
The following example shows an easy way to flush and end all output
buffers:
@@ -53,6 +60,7 @@
<para>
See also <function>ob_start</function>,
<function>ob_get_contents</function>,
+ <function>ob_get_flush</function>,
<function>ob_flush</function> and
<function>ob_end_clean</function>.
</para>
Index: phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.2
phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.3
--- phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.2 Sat Jan 3
08:57:34 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml Sat Jan 3
12:37:46 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ob-list-handlers">
<refnamediv>
<refname>ob_list_handlers</refname>
@@ -55,7 +55,8 @@
</para>
<para>
See also <function>ob_end_clean</function>,
- <function>ob_end_flush</function> and <function>ob_start</function>.
+ <function>ob_end_flush</function>,
+ <function>ob_get_flush</function>, and <function>ob_start</function>.
</para>
</refsect1>
</refentry>