搬瓦工VPSphp获取前一小时、前一天、三天前、前一个月、三个月前、前一年的时间php获取前一个小时的时间: $mtime= date("Y-m-d H:i:s", strtotime("-1 hour")); php获取前一天的时间: $mtime= date("Y-m-d H:i:s", strtotime("-1 day")); php获取三天前的时间: $mtime= date("Y-m-d H:i:s", strtotime(...赞 (0)2020-12-06 04:52:13阅读(2610)标签:php / 一个月 / 一年 / 三个 / 三天 / 前一天 / 小时 / 时间 / 获取