From 66ec894603218c8d46cb47cad7c0030650e47d5c Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 25 Mar 2002 12:07:13 +0000 Subject: [PATCH] - Fix grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75131 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/outcontrol.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/outcontrol.xml b/functions/outcontrol.xml index cd2a85e263..db19de82ab 100644 --- a/functions/outcontrol.xml +++ b/functions/outcontrol.xml @@ -1,5 +1,5 @@ - + Output Control Functions Output Control @@ -156,9 +156,9 @@ ob_end_flush(); ob_end_clean, ob_end_flush, ob_clean, ob_flush and ob_start - may not be called from callback function. If you call them from - callback function, behavior is undefined. If you would like to - delete buffer contents, return "" (null string) from callback + may not be called from a callback function. If you call them from + callback function, the behavior is undefined. If you would like to + delete the contents of a buffer, return "" (a null string) from callback function.