Hello there, I have a question about ob_start() and ob_get_level().
When i use ob_start(), and then check ob_get_level(), it shows me 1.
This is a normal behavior.
Now when i do the following ob_start(array('ClassName', 'ClassMethod')).
It does execute the methode, but it doesn't update ob_get_level().
Is this a normal behavior?
Thx in advance.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

