美文网首页
php中header与session_start前为何不能有输出

php中header与session_start前为何不能有输出

作者: Fidding | 来源:发表于2018-04-18 17:51 被阅读0次

http传输文本过程规定:header需要在content之前传输,避免header错误理解。

因此在header()前不允许content内容输出。

session_start()会隐性调用header(),因此也不允许之前有content内容输出。

原文地址:http://www.fidding.me/article/34

happy coding!

相关文章

网友评论

      本文标题:php中header与session_start前为何不能有输出

      本文链接:https://www.haomeiwen.com/subject/cakbkftx.html