环境 nginx+apache【 flush();无效果】
[b]环境 nginx+apache【 flush();无效果】[/b][b]
测试代码如下[/b]:[code]<?php
ob_end_clean();
echo str_repeat(' ',4069);
set_time_limit(0);
for($i=0;$i<10;$i++){
echo "Now Index is :". $i."<br>";
ob_flush();
flush();
sleep(1);
}
?>[/code] 是呀。 怎么设定呢。 组合时
页:
[1]