ob_clean

Example

 void ob_clean ( void ) 

Description

This function discards the contents of the output buffer. This function does not destroy the output buffer like ob_end_clean() does.

Return Values

No value is returned.