标签: php date cookies
基本上我正在制作一个CMS并且需要它,所以当用户闲置1小时时,它就会签出。
$_COOKIE['expiretime'] = date("Y-m-d H + 1:i:s");
这个脚本会起作用吗?将整数值添加到日期中的HH值?