Posted by Chris Shiflett on 12/05/05 17:13
Mathijs wrote:
> How can i add more callback_outputs to ob_start?
>
> I want to have both: ob_start('switchContent');
> and: ob_start('ob_gzhandler');
I don't think you can, but you could have a single function that calls
both, then specify that function in ob_start().
Chris
--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/
[Back to original message]
|