提问人:Andy 提问时间:1/9/2023 更新时间:1/9/2023 访问量:52
PHP 警告:无法修改标头信息 - 标头已发送
PHP Warning: Cannot modify header information - headers already sent in
问:
在尝试更改 PHP 8.0 的以下代码时遇到困难,其中包含上述错误消息:
public function sendNoCacheHeaders()
{
header_remove('Last-Modified');
header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');
header('Cache-Control: no-cache, must-revalidate, max-age=0');
header('Pragma: no-cache');
}
}
答: 暂无答案
下一个:从另一台服务器订阅事件广播
评论
echo
readfile
print