php获取今日、昨日、上周、本月的起始时间戳和结束时间函数 function find_createtime($day){ $y = date("Y", time()); $m = date("m", time()); ...