PHP时间戳

strtotime

  strtotime("Today"); #今天凌晨0点的时间戳

  strtotime(‘now‘);     #当前时间的时间戳

  strtotime ( "10 September 2000" ); #2000年九月10号时间戳

  strtotime ( "+1 day" );  #24小时后时间戳

  strtotime ( "+1 week" ); #一周后时间戳

  strtotime ( "+1 week 2 days 4 hours 2 seconds" );

  strtotime ( "next Thursday" ); #下周四时间戳

  strtotime ( "last Monday" );     #上周一时间戳

 

strtotime(‘日[数字] 月[英文] 年[数字]‘);

 

 

echo strtotime ( "today +3 hours" );echo ‘<br />‘; #今日三点
echo strtotime (‘today +3 hours +1 day‘); #明日三点

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。