在PHP中实现间隔几秒执行代码的功能,求高人解释下面的代码。

<?phpheader('Content-type:multipart/x-mixed-replace;boundary=endofsection');print"\n-... <?php
header('Content-type: multipart/x-mixed-replace;boundary=endofsection');
print "\n--endofsection\n";
$pmt = array("-", "\\", "|", "/" );
for( $i = 0; $i <10; $i ++ ){
sleep(1);
print "Content-type: text/plain\n\n";
print "Part $i\t".$pmt[$i % 4];
print "--endofsection\n";
ob_flush();
flush();
}
print "Content-type: text/plain\n\n";
print "The end\n";
print "--endofsection--\n";
?>

求header表头的意思
header('Content-type: multipart/x-mixed-replace;boundary=endofsection');
print "\n--endofsection\n";
下面代码输出的含义:
print "Content-type: text/plain\n\n";
print "Part $i\t".$pmt[$i % 4];
print "--endofsection\n";
展开
 我来答
丢东西的人
2012-04-16 · TA获得超过376个赞
知道答主
回答量:154
采纳率:0%
帮助的人:147万
展开全部
multipart/x-mixed-replace 声明是分块
boundary=endofsection 声明由endofsection 分隔
print "\n--endofsection\n"; 即分隔标志
print "Content-type: text/plain\n\n"; 声明纯文本
print "Part $i\t".$pmt[$i % 4]; 输出内容
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式