JavaScript Editor Javascript debugger     Website design 


ob_clean

Clean (erase) the output buffer (PHP 4 >= 4.2.0, PHP 5)
void ob_clean ( )

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.