Re: [PHP] [php] question about ob_end_flush

2008-11-27 Thread Robert Cummings
On Fri, 2008-11-28 at 12:01 +0800, jason liang wrote: > Hi all > > I am comfused about the function ob_end_flush.In the manual:This function > will send the contents of the topmost output buffer (if any) and turn this > output buffer off. > > i have made such tests. > > ob_start(); > ec

[PHP] [php] question about ob_end_flush

2008-11-27 Thread jason liang
Hi all I am comfused about the function ob_end_flush.In the manual:This function will send the contents of the topmost output buffer (if any) and turn this output buffer off. i have made such tests. this works alright.the script output "hello world!". this script output nothing.i don't know w