From 708852149385b882f249e15998e408319a3988dd Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 17 Aug 2004 08:14:10 +0000 Subject: [PATCH] Bypassing output_callback git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166572 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/functions/ob-start.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/outcontrol/functions/ob-start.xml b/reference/outcontrol/functions/ob-start.xml index a0754580e5..3f27d68bcc 100644 --- a/reference/outcontrol/functions/ob-start.xml +++ b/reference/outcontrol/functions/ob-start.xml @@ -1,5 +1,5 @@ - + @@ -63,6 +63,8 @@ If the optional parameter chunk_size is passed, the callback function is called on every first newline after chunk_size bytes of output. + You can bypass the output_callback parameter by + &null; value. If the optional parameter erase is set to &false;,