0
点赞
收藏
分享

微信扫一扫

php 动态页面输出

guanguans 2023-03-02 阅读 107


ob_clean();
while(true){
echo str_repeat(' ',1024*1024*4);
echo 'hello, world ...<br />';
ob_flush();
flush();
usleep(1000);
}


举报

相关推荐

0 条评论