为了账号安全,请及时绑定邮箱和手机立即绑定

echo strtotime("+5 now");这个什么意思?


正在回答

1 回答

strtotime — 将任何英文文本的日期时间描述解析为 Unix 时间戳

说实话我也不知道echo strtotime("+5 now");是个什么意思,

以下几种简单的用法可以参考一下:

echo  strtotime ( "now" ),  "\n" ;//当前时间的时间戳

echo  strtotime ( "10 September 2000" ),  "\n" ;//2000年9月10日的时间戳

echo  strtotime ( "+1 day" ),  "\n" ;//一天后的时间戳

echo  strtotime ( "+1 week" ),  "\n" ;//一周后的时间戳

echo  strtotime ( "+1 week 2 days 4 hours 2 seconds" ),  "\n" ;//

echo  strtotime ( "next Thursday" ),  "\n" ;//下周四的时间戳

echo  strtotime ( "last Monday" ),  "\n" ;//一个月以前的时间戳


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信