关于php中的strtotime()函数的问题???
关于php中的strtotime()函数的问题???我看到文中strtotime("now"),,,,,参数"now"是哪里来的???这个函数的参数有哪些可变类型??可以...
关于php中的strtotime()函数的问题???我看到文中strtotime("now"),,,,,参数"now"是哪里来的???这个函数的参数有哪些可变类型??可以罗列几个吗
展开
1个回答
展开全部
<?php
echo strtotime("余毁销竖游now"), "\n";
echo strtotime("10 September 2000"), "\n";
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";
?>
如上所示
输余埋出依次为:(是UNIX时间戳,运行时间2017/1/8 11:12)
1483845187 968536800 1483931587 1484449987 1484637189 1484175600 1483311600
更多追问追答
追问
我会了,谢谢
另外,在调用date()函数的之前,需要设置date_default_timezone_set()吗???或者说,默认的是格林威治还是北京时间???
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询