PHP function ob_get_clean()
Availability in versions: PHP 4.3.0
Get current buffer contents and delete current output buffer
Parameters
The function has no input parameters.
Return values
string
the contents of the output buffer and end output buffering. If output buffering isn't active then false is returned.