摘要:
echo strtotime(date('Y-m-d')); 获取明天凌晨的时间戳代码:echo strtotime(date('Y-m-d',strtotime('+1 day'))); 附上测试代码:echo strtotime('2012-11-2');echo strtotime('2012 阅读全文
posted @ 2016-09-17 22:10
杨少侠-ing
阅读(360)
评论(0)
推荐(0)