Query: ob_implicit_flush
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OB_IMPLICIT_FLUSH(3) 1 OB_IMPLICIT_FLUSH(3) ob_implicit_flush - Turn implicit flush on/offSYNOPSISvoid ob_implicit_flush ([int $flag = true])DESCRIPTIONob_implicit_flush(3) will turn implicit flushing on or off. Implicit flushing will result in a flush operation after every output call, so that explicit calls to flush(3) will no longer be needed.PARAMETERSo $flag - TRUE to turn implicit flushing on, FALSE otherwise.RETURN VALUESNo value is returned.SEE ALSOflush(3), ob_start(3), ob_end_flush(3). PHP Documentation Group OB_IMPLICIT_FLUSH(3)