vrana Sat Oct 29 02:45:24 2005 EDT
Modified files:
/phpdoc/en/reference/outcontrol/functions ob-end-clean.xml
Log:
Talking about ob_end_clean (bug #35008)
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.8
phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.9
--- phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.8 Wed Jul
16 11:08:03 2003
+++ phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml Sat Oct 29
02:45:22 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-end-clean">
<refnamediv>
@@ -20,7 +20,7 @@
process the buffer's contents you have to call
<function>ob_get_contents</function> before
<function>ob_end_clean</function> as the buffer contents are
- discarded when <function>ob_end_flush</function> is called.
+ discarded when <function>ob_end_clean</function> is called.
The function returns &true; when it successfully
discarded one buffer and &false; otherwise. Reasons for failure are first
that you called the function without an active buffer or that for some