From a6f0e37b2dbd51d8376c9c76ae45ce5e7e7e0f0d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 30 Nov 2001 11:05:47 +0000 Subject: [PATCH] - Too much copy & paste git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63473 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/outcontrol.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/outcontrol.xml b/functions/outcontrol.xml index 33af82d44c..e8a0bf8e3e 100644 --- a/functions/outcontrol.xml +++ b/functions/outcontrol.xml @@ -1,5 +1,5 @@ - + Output Control Functions Output Control @@ -333,7 +333,7 @@ ob_start("ob_gzhandler"); process the buffer's contents you have to call ob_get_contents before ob_flush as the buffer contents are - discarded after ob_end_flush is called. + discarded after ob_flush is called. This function does not destroy the output buffer like