diff --git a/reference/outcontrol/functions/ob-implicit-flush.xml b/reference/outcontrol/functions/ob-implicit-flush.xml index fd18c7bffa..c3d71141e5 100644 --- a/reference/outcontrol/functions/ob-implicit-flush.xml +++ b/reference/outcontrol/functions/ob-implicit-flush.xml @@ -1,5 +1,5 @@ - + @@ -21,11 +21,6 @@ operation after every output call, so that explicit calls to flush will no longer be needed. - - Turning implicit flushing on will disable output buffering, the - output buffers current output will be sent as if - ob_end_flush had been called. - See also flush, ob_start, and