PHP 配置服务器crontab
Codeigniter:Better folder setup

立即输出缓冲区

erhuabushuo posted @ 2012年10月06日 19:19 in PHP , 1442 阅读

<?php
set_time_limit(10);
ob_end_clean();     //在循环输出前,要关闭输出缓冲区

echo str_pad('',1024);     //浏览器在接受输出一定长度内容之前不会显示缓冲输出,这个长度值 IE是256,火狐是1024
for($i=1;$i<=100;$i++){
  echo $i.'<br/>';
  flush();    //刷新输出缓冲
  sleep(1);
}
?>

 

seo service UK 说:
2024年2月23日 20:05

Glad to chat your blog, I seem to be forward to more reliable articles and I think we all wish to thank so many good articles, blog to share with us.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter