diff --git a/reference/outcontrol/functions/ob-start.xml b/reference/outcontrol/functions/ob-start.xml index e130c09263..b7b204a839 100644 --- a/reference/outcontrol/functions/ob-start.xml +++ b/reference/outcontrol/functions/ob-start.xml @@ -1,5 +1,5 @@ - + ob_start @@ -107,8 +107,8 @@ If the optional parameter chunk_size is passed, the - callback function is called on every first newline after - chunk_size bytes of output. + buffer will be flushed after any output call which causes the buffer's + length to equal or exceed chunk_size. Default value 0 means that the function is called only in the end, other special value 1 sets chunk_size to 4096.