header已经发送,为什么还是返回false

来源:互联网 发布:js调用本地相册插件 编辑:程序博客网 时间:2024/04/29 01:30
header("Content-type: text/html; charset=gbk");       //发送一个报头
$a=headers_sent();
var_dump($a);           //false

这里为什么返回false?????
0 0
原创粉丝点击