bool ob_end_clean ( void )
<?php ob_start(); echo 'I want to clean this string'; ob_end_clean(); // Ничего выведено не будет, так как буфер очищен ?>