From bf51fc139f2ab6c3ee7f653f99f4ce1d4ef1a008 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 27 May 2003 18:48:39 +0000 Subject: [PATCH] WS and order of paragraphs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128937 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/functions/ob-end-clean.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/outcontrol/functions/ob-end-clean.xml b/reference/outcontrol/functions/ob-end-clean.xml index a5998c81e4..e0ecea67e8 100644 --- a/reference/outcontrol/functions/ob-end-clean.xml +++ b/reference/outcontrol/functions/ob-end-clean.xml @@ -1,5 +1,5 @@ - + @@ -22,12 +22,7 @@ reason a buffer could not be deleted (possible for special buffer). - See also ob_start, - ob_clean and - ob_end_flush. - - - The following example shows an easy way to get rid of all output buffers: + The following example shows an easy way to get rid of all output buffers: <function>ob_end_clean</function> example @@ -38,7 +33,7 @@ while (@ob_end_clean()); ]]> - + @@ -47,6 +42,11 @@ while (@ob_end_clean()); The boolean return value was added in PHP 4.2.0. + + See also ob_start, + ob_clean and + ob_end_flush. +