git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210022 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sébastien Goupil 2006-03-24 02:44:11 +00:00
parent a11d729ce6
commit ca9f7fcadb

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.ob-get-flush">
<refnamediv>
<refname>ob_get_flush</refname>
@ -13,7 +13,7 @@
<type>string</type><methodname>ob_get_flush</methodname>
<void/>
</methodsynopsis>
<para><function>ob_get_flush</function> flushs the output buffer, return
<para><function>ob_get_flush</function> flushes the output buffer, return
it as a string and turns off output buffering.
<function>ob_get_flush</function> returns &false; if no buffering is
active.