   #PHP Manual Output Control Functions ob_get_level ob_gzhandler

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                 ob_get_status

   (PHP 4 >= 4.2.0)
   ob_get_status --  Get status of output buffers

Description

   array ob_get_status ( [bool full_status])

   Warning

   This function is EXPERIMENTAL. The behaviour of this function, the
   name of this function, and anything else documented about this
   function may change without notice in a future release of PHP. Use
   this function at your own risk.

   This will return the current status of output buffers. It returns
   array contains buffer status or FALSE for error.

   See also ob_get_level().
   ______________________________________________________________________

   Prev         Home         Next
   ob_get_level  Up  ob_gzhandler
