WS and order of paragraphs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128937 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Marcus Boerger 2003-05-27 18:48:39 +00:00
parent 6295285907
commit bf51fc139f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-end-clean">
<refnamediv>
@ -22,12 +22,7 @@
reason a buffer could not be deleted (possible for special buffer).
</para>
<para>
See also <function>ob_start</function>,
<function>ob_clean</function> and
<function>ob_end_flush</function>.
</para>
<para>
The following example shows an easy way to get rid of all output buffers:
The following example shows an easy way to get rid of all output buffers:
<example>
<title><function>ob_end_clean</function> example</title>
<programlisting role="php">
@ -38,7 +33,7 @@ while (@ob_end_clean());
]]>
</programlisting>
</example>
</para>
</para>
<para>
<note>
<simpara>
@ -47,6 +42,11 @@ while (@ob_end_clean());
<simpara>
The boolean return value was added in PHP 4.2.0.
</simpara>
<simpara>
See also <function>ob_start</function>,
<function>ob_clean</function> and
<function>ob_end_flush</function>.
</simpara>
</note>
</para>
</refsect1>