#获取前一小时
strtotime("-1 hour")
#获取前一天
strtotime("-1 day")
#获取前一周
strtotime("-1 week")
#获取前一个月
strtotime("-1 month")
#获取前半年
strtotime("-6 month")
#获取前一年
strtotime("-1 year")
标签:strtotime,month,前半年,获取,一个月,php,前一天
来源: https://www.cnblogs.com/zlf2000/p/16424131.html