ob_get_flush

 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.