- 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:
Derick Rethans 2001-11-30 11:05:47 +00:00
parent d512b4e0ba
commit a6f0e37b2d

View file

@ -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