PHP.nl

ob_implicit_flush

ob_implicit_flush

Turn implicit flush on/off

void **ob_implicit_flush** bool $enable
will turn implicit flushing on or

off. Implicit flushing will result in a flush operation after every block of code resulting in output, so that explicit calls to will no longer be needed. ob_implicit_flush``flush

Opmerking: > Printing empty strings or sending headers is not considered output and will not result in a flush operation.

Opmerking: > This function does not have any effect on user level output handlers such as those started by or . ob_start``output_add_rewrite_var

enabletrue to turn implicit flushing on, false otherwise.

return.void

flush``ob_start``ob_end_flush