时间:2021-07-01 10:21:17 帮助过:21人阅读
PHP在CLI运行的时候strtotime('2016-9-22 59:59:59') 无法返回时间戳,可是这个时间明明是正确的啊???
$ php -r "var_dump(strtotime('2016-9-22 59:59:59'));" bool(false)
时间格式不合法返回时,strtotime函数返回false。这里的59点。。。
strtotime
false
php5.1.0之前,出错返回-1。
-1
< 上一篇
think求php支付宝当面付domo
下一篇 >
PHP是读取数据库在模版遍历快还是从文件读取html快?
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册