PHP function ob_end_flush()
Availability in PHP 4.0
Flush (send) the output buffer and turn off output buffering
Parameters
The function has no input parameters.
Return values
bool
Returns true on success, otherwise false on failure. Reasons for failure are first that you called the
function without an active buffer or that for some reason a buffer could
not be deleted (possible for special buffer).