PHP获取某一个指定时间点(时间戳)的上周周一的起始时间戳(00:00) //获取某一个指定时间点(时间戳)的上周周一的起始时间戳(00:00) $start_time = strtotime('monday last week', $time);