mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
double be
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147575 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0b7fee6be2
commit
3f1440c1d9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue