问答详情
源自:4-4 cookie的有效路径

这个0代表啥意思

//补充路径参数,实现有效路径的设置
setcookie('test', '1', 0, '/path'); 

这个0代表啥意思

提问者:金牌教父 2015-03-08 20:06

个回答

  • CR71
    2015-03-09 09:03:19
    已采纳

    PHP手册中的解释:

     If set to 0, or omitted, the cookie will expire at the end of the session (when the browser closes). 


     当浏览器关闭的时候,马上清除cookie。

     可能理解的不到位,你自己看一下英文,自己翻译下。


  • 无风有浪
    2015-04-23 21:09:53

    cookie的时间啊