mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Too much copy & paste
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63473 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d512b4e0ba
commit
a6f0e37b2d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<reference id="ref.outcontrol">
|
||||
<title>Output Control Functions</title>
|
||||
<titleabbrev>Output Control</titleabbrev>
|
||||
|
@ -333,7 +333,7 @@ ob_start("ob_gzhandler");
|
|||
process the buffer's contents you have to call
|
||||
<function>ob_get_contents</function> before
|
||||
<function>ob_flush</function> as the buffer contents are
|
||||
discarded after <function>ob_end_flush</function> is called.
|
||||
discarded after <function>ob_flush</function> is called.
|
||||
</para>
|
||||
<para>
|
||||
This function does not destroy the output buffer like
|
||||
|
|
Loading…
Reference in a new issue