php 函数 时间戳,php 时间戳函数

这篇博客详细介绍了PHP中的两个时间处理函数:mktime()和strtotime()。mktime()用于创建时间戳,而strtotime()则能将时间字符串转换为时间戳。文章通过实例展示了如何使用这两个函数来获取特定时间点、进行时间加减操作以及处理相对时间表达式。
摘要由CSDN通过智能技术生成

1.mktime

mktime ($hour = null, $minute = null, $second = null, $month = null, $day = null, $year = null, $is_dst = null)

小时,分钟,秒数,月,日,年   mktime('17','23','35');

2.strtotime

strtotime(time,now)

参数

描述

time

规定要解析的时间字符串。

now

用来计算返回值的时间戳。如果省略该参数,则使用当前时间。

echo(strtotime("now")); 现在的时间

echo(strtotime("3 October 2005")); 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")); 上周日

?>

输出:

1138614504

1128290400

1138632504

1139219304

1139503709

1139180400

1138489200

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值