PHP function ob_get_flush()
Availability in versions: PHP 4.3.0
Flush the output buffer, return it as a string and turn off output buffering
Parameters
The function has no input parameters.
Return values
string
the output buffer or false if no buffering is active.