1.strtotime()
strtotime(‘today’);//当天00:00:00的时间戳,所以time()一定比strtotime(‘today’)大
strtotime('-10 minute');//距time()即当前时间十分钟前的时间戳;这个值是一直变化的
strtotime(‘today’);//当天00:00:00的时间戳,所以time()一定比strtotime(‘today’)大
strtotime('-10 minute');//距time()即当前时间十分钟前的时间戳;这个值是一直变化的