string ob_get_flush ( void )
ob_get_flush() flushes the output buffer, return it as a string and turns off output buffering. Note: This function is similar to ob_end_flush(), except that this function returns the buffer as a string.
Returns the output buffer or FALSE if no buffering is active.