您好,欢迎来到思海网络,我们将竭诚为您提供优质的服务! 诚征网络推广 | 网站备案 | 帮助中心 | 软件下载 | 购买流程 | 付款方式 | 联系我们 [ 会员登录/注册 ]
促销推广
客服中心
业务咨询
有事点击这里…  531199185
有事点击这里…  61352289
点击这里给我发消息  81721488
有事点击这里…  376585780
有事点击这里…  872642803
有事点击这里…  459248018
有事点击这里…  61352288
有事点击这里…  380791050
技术支持
有事点击这里…  714236853
有事点击这里…  719304487
有事点击这里…  1208894568
有事点击这里…  61352289
在线客服
有事点击这里…  531199185
有事点击这里…  61352288
有事点击这里…  983054746
有事点击这里…  893984210
当前位置:首页 >> 技术文章 >> 文章浏览
技术文章

PHP中strtotime函数使用方法

添加时间:2012-4-27  添加: admin 

在PHP中有个叫做strtotime的函数。strtotime 实现功能:获取某个日期的时间戳,或获取某个时间的时间戳。strtotime 将任何英文文本的日期时间描述解析为Unix时间戳[将系统时间转化成unix时间戳]  一,获...       在PHP中有个叫做strtotime的函数。strtotime 实现功能:获取某个日期的时间戳,或获取某个时间的时间戳。strtotime 将任何英文文本的日期时间描述解析为Unix时间戳[将系统时间转化成unix时间戳]

  一,获取指定日期的unix时间戳

  strtotime("2009-1-22") 示例如下:

  echo strtotime("2009-1-22")

  结果:1232553600

  说明:返回2009年1月22日0点0分0秒时间戳

 

  二,获取英文文本日期时间

  示例如下:

  便于比较,使用date将当时间戳与指定时间戳转换成系统时间

  (1)打印明天此时的时间戳strtotime("+1 day")

  当前时间:

  echo date("Y-m-d H:i:s",time())

  结果:2009-01-22 09:40:25

  指定时间:

  echo date("Y-m-d H:i:s",strtotime("+1 day"))

  结果:2009-01-23 09:40:25

  (2)打印昨天此时的时间戳strtotime("-1 day")

  当前时间:

  echo date("Y-m-d H:i:s",time())

  结果:2009-01-22 09:40:25

  指定时间:

  echo date("Y-m-d H:i:s",strtotime("-1 day"))

  结果:2009-01-21 09:40:25

  (3)打印下个星期此时的时间戳strtotime("+1 week")

  当前时间:

  echo date("Y-m-d H:i:s",time())

  结果:2009-01-22 09:40:25

  指定时间:

  echo date("Y-m-d H:i:s",strtotime("+1 week"))

  结果:2009-01-29 09:40:25

  (4)打印上个星期此时的时间戳strtotime("-1 week")

  当前时间:

  echo date("Y-m-d H:i:s",time())

  结果:2009-01-22 09:40:25

  指定时间:

  echo date("Y-m-d H:i:s",strtotime("-1 week"))

  结果:2009-01-15 09:40:25

  (5)打印指定下星期几的时间戳strtotime("next Thursday")

  当前时间:

  echo date("Y-m-d H:i:s",time())

  结果:2009-01-22 09:40:25

  指定时间:

  echo date("Y-m-d H:i:s",strtotime("next Thursday"))

  结果:2009-01-29 00:00:00

  (6)打印指定上星期几的时间戳strtotime("last Thursday")

  当前时间:

  echo date("Y-m-d H:i:s",time())

  结果:2009-01-22 09:40:25

  指定时间:

  echo date("Y-m-d H:i:s",strtotime("last Thursday"))

  结果:2009-01-15 00:00:00

  以上示例可知,strtotime能将任何英文文本的日期时间描述解析为Unix时间戳,我们结合mktime()或date()格式化日期时间获取指定的时间戳,实现所需要的日期时间。

  希望通过本文的介绍后,你已经能掌握strtotime函数用法。

关键词:函数使用方法

分享到:

顶部 】 【 关闭
版权所有:佛山思海电脑网络有限公司 ©1998-2024 All Rights Reserved.
联系电话:(0757)22630313、22633833
中华人民共和国增值电信业务经营许可证: 粤B1.B2-20030321 备案号:粤B2-20030321-1
网站公安备案编号:44060602000007 交互式栏目专项备案编号:200303DD003  
察察 工商 网安 举报有奖  警警  手机打开网站