double be

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147575 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2003-12-31 16:08:06 +00:00
parent 0b7fee6be2
commit 3f1440c1d9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<reference id="ref.outcontrol">
<title>Output Control Functions</title>
<titleabbrev>Output Control</titleabbrev>
@ -76,7 +76,7 @@ ob_end_flush();
earlier versions you must ensure that
<literal>implict_flush</literal> is <literal>OFF</literal> in
your &php.ini;, otherwise any output with
<function>ob_start</function> will be not be hidden from output.
<function>ob_start</function> will not be hidden from output.
</para>
</note>
</section>