php中strtotime
php中的strtotime可以把字符串转换成时间戳,支持的字符串格式有哪些,strtotime('20140207-121425');返回false,有哪位高手知道支持...
php中的strtotime可以把字符串转换成时间戳,支持的字符串格式有哪些,strtotime('20140207-121425');返回false,有哪位高手知道支持的英文文本有哪些,越详细越好,谢谢了!!
展开
3个回答
2014-02-07
展开全部
<?php
echo(strtotime("now"));
echo(strtotime("3 October 2005"));
echo(strtotime("+5 hours"));
echo(strtotime("+1 week"));
echo(strtotime("+1 week 3 days 7 hours 5 seconds"));
echo(strtotime("next Monday"));
echo(strtotime("last Sunday"));
?>
这几种,都可以,,,具体,你可以查看手册,有很多种!
5.3.0
在 PHP 5.3.0 之前, 24:00 不是一个有效的格式,并且 strtotime() 会返回 FALSE。
5.2.7
In PHP 5 prior to 5.2.7, requesting a given occurrence of a
given weekday in a month where that weekday was the first day
of the month would incorrectly add one week to the returned
timestamp. This has been corrected in 5.2.7 and later
versions.
5.1.0
失败时返回 FALSE,不再是 -1。
5.1.0
现在发布 E_STRICT 和 E_NOTICE
时区错误。
5.0.2
在 PHP 5 中到 5.0.2 之前,"now"
和其它相对时间从今天午夜起错误计算了。这和正确从当前时间起计算的其它版本不同。
5.0.0
Microseconds began to be allowed, but they are ignored.
4.4.0
在 PHP 4.4 之前,"next" 被错误计算为 +2。对此通常的解决方法是用 "+1"。
echo(strtotime("now"));
echo(strtotime("3 October 2005"));
echo(strtotime("+5 hours"));
echo(strtotime("+1 week"));
echo(strtotime("+1 week 3 days 7 hours 5 seconds"));
echo(strtotime("next Monday"));
echo(strtotime("last Sunday"));
?>
这几种,都可以,,,具体,你可以查看手册,有很多种!
5.3.0
在 PHP 5.3.0 之前, 24:00 不是一个有效的格式,并且 strtotime() 会返回 FALSE。
5.2.7
In PHP 5 prior to 5.2.7, requesting a given occurrence of a
given weekday in a month where that weekday was the first day
of the month would incorrectly add one week to the returned
timestamp. This has been corrected in 5.2.7 and later
versions.
5.1.0
失败时返回 FALSE,不再是 -1。
5.1.0
现在发布 E_STRICT 和 E_NOTICE
时区错误。
5.0.2
在 PHP 5 中到 5.0.2 之前,"now"
和其它相对时间从今天午夜起错误计算了。这和正确从当前时间起计算的其它版本不同。
5.0.0
Microseconds began to be allowed, but they are ignored.
4.4.0
在 PHP 4.4 之前,"next" 被错误计算为 +2。对此通常的解决方法是用 "+1"。
展开全部
看一看手册其实啥你都知道了!那么牛B的手册你都不利用
追问
手册是看过了,由于不确定英文文本的时间格式都包括哪些,所以问一下知道的朋友。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
2011-02-07 12:14:25
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询