php获取今天的时间戳

$begin_time = mktime(0, 0, 0);
$end_time = strtotime('+1 day', $begin_time);
原文地址:https://www.cnblogs.com/henry-xu/p/5979972.html