On 25 April 2012 17:50, Dmitri Snytkine wrote:
> I am wondering why the call to ob_get_clean and ob_get_contents does not
> trigger the callback function registered with ob_start('mycallback')
You could at least have told what PHP version you're using...
The output control layer implementation ha
I am wondering why the call to ob_get_clean and ob_get_contents does not
trigger the callback function registered with ob_start('mycallback')
I don't want to dump buffer to the browser but instead need to just store
results in a variable, thus using ob_get_clean()
but why it's my callback being ex