Output Control 函数
PHP 手册

ob_clean

(PHP 4 >= 4.2.0, PHP 5)

ob_cleanClean (erase) the output buffer

说明

void ob_clean ( void )

This function discards the contents of the output buffer.

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

返回值

无返回值。

参见


Output Control 函数
PHP 手册