mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added references to ob_get_flush()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147774 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b3142051d6
commit
d9ee19057b
2 changed files with 12 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 @@ Array
|
|||
</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>
|
||||
|
|
Loading…
Reference in a new issue