gpt4 book ai didi

php - 发送 header 后设置 cookie。为什么它有效?不应该

转载 作者:搜寻专家 更新时间:2023-10-31 20:50:14 26 4
gpt4 key购买 nike

这段代码不应该工作,因为 cookie 数据应该在任何其他输出之前与 headres 一起发送。

<html>
<body>
text before setcookie
<?php

setcookie( "meaningoflife", "42", time()+42000 );
?>
</body>
</html>

但是为什么我从浏览器中获取php,它会被设置。为什么 ?我的 PHP 版本是 5.3.6,在 Mac OS X 机器上是 apache 2.2.20。

最佳答案

正如@mario 所说:

You probably have output buffering enabled. Check with ini_get("output_buffering").

关于php - 发送 header 后设置 cookie。为什么它有效?不应该,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8493639/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com