   #PHP Manual Output Control Functions ob_get_length ob_get_status

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                 ob_get_level

   (PHP 4 >= 4.2.0)
   ob_get_level --  Return the nesting level of the output buffering
   mechanism

Description

   int ob_get_level ( void )

   This will return the level of nested output buffering handlers.

   See also ob_start() and ob_get_contents().
   ______________________________________________________________________

   Prev          Home          Next
   ob_get_length  Up  ob_get_status
