(PHP4 )
void ob_end_clean(void);
void ob_end_clean
This function discards the content of the output buffer and turns off output buffering.
See also ob_start() and ob_end_flush().