   #PHP Manual Output Control Functions flush ob_end_clean

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                   ob_clean

   (PHP 4 >= 4.2.0)
   ob_clean --  Clean (erase) the output buffer

Description

   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.

   See also ob_flush(), ob_end_flush() and ob_end_clean().
   ______________________________________________________________________

   Prev  Home         Next
   flush  Up  ob_end_clean
