|
ob_get_levelReturn the nesting level of the output buffering mechanism Description
int ob_get_level()
Returns the nesting level of the output buffering mechanism. ParametersThis function has no parameters. Return ValuesReturns the level of nested output buffering handlers or zero if output buffering is not active. Caution
The value for identical levels between ob_get_level
and ob_get_status is off by one.
For ob_get_level
the first level is See Also
|