← All docs

ob_implicit_flush()

Turns implicit flush on/off.

ob_implicit_flush()

function ob_implicit_flush(bool $enable = true): bool

Turns implicit flush on/off.

Parameters:

  • $enable (bool), default true, optional

Returns: bool

Availability

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how ob_implicit_flush is implemented in the compiler, see the internals page.