标签:echo pre 实时 tar ++ i++ mit repeat end
set_time_limit(0);
ob_start();
ob_end_flush();
ob_implicit_flush(1);
for($i = 0;$i < 1000;$i++){
echo $i."<br/>";
}
echo str_repeat(" ",4096);
标签:echo pre 实时 tar ++ i++ mit repeat end
原文地址:http://blog.51cto.com/12173069/2146157