useful recursive PHP functions

recursively ...

PHP Manual for

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().

© 2012 lixlpixel