Is there a way to disable the call back function set by "ob_start"?
I tried:
ob_end_flush();
ob_end_clean();
ob_implicit_flush(true);

Nothing seams to work. I can't detect the call back function and I can't
prevent it either. The call back function is called no matter what!

Michael



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to