美文网首页
PHP一些需要注意的地方

PHP一些需要注意的地方

作者: Vink | 来源:发表于2016-10-10 15:29 被阅读0次
  1. PHP页面出错了 , 但是就是空白的. 只有显示500错误 .
    message, nginx , php-fpm, 程序日志都看了一遍 , 都没发现...
    通过断点发现在某个地方使用了错误抑制符

2.PHP setcookie 方法 有设置 expire 参数, 文档的说明是这样的: If set to 0, or omitted, the cookie will expire at the end of the session (when the browser closes); 那是浏览器关闭的时候 还是session失效的时候呢? session是有生存时间的

相关文章

网友评论

      本文标题:PHP一些需要注意的地方

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