Re: exit and ob_*

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/12/07, Philip Thompson <philthathril@xxxxxxxxx> wrote:
> I suppose this isn't a big deal during production, but during testing it's
> really frustrating. Does anyone have any suggestions as to why 'exit' is
> functioning (no pun intended) this way? Note: I do want what's currently in
> the buffer to be sent to the browser, so I don't want to have to call
> ob_clean. Any thoughts?

I don't know about the behavior, but if you want the contents to be
sent, you can flush them using ob_flush() instead of clearing them
with ob_clean().

Andrew

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux