mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210022 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a11d729ce6
commit
ca9f7fcadb
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue