Home > PHP > Function > Output Control > ob_get_flush()

ob_get_flush()

ob_get_flush - Flush the output buffer, return it as a string and turn off output buffering

Syntax

string ob_get_flush ()

Arguments

-

Description

ob_get_flush() flushes the output buffer, return it as a string and turns off output buffering.

Version

PHP 4.3.0, 5

Return value

Returns the output buffer or FALSE if no buffering is active.