ob_get_flush

Example

 string ob_get_flush ( void ) 

Description

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.

Return Values

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