strtotime('Y-m-d H:i:s',1379887200) //意识是指定某个时间段的日期
strtotime(date("Y-m-d",time())); //获取当天时间戳
mktime(0,0,0,date('m'),1,date('Y'));//本月一号时间戳
$startime-86400;//昨天0点时间戳
$endttime-86400;//昨天23:59:59的时间戳
strtotime('Y-m-d H:i:s',1379887200) //意识是指定某个时间段的日期
strtotime(date("Y-m-d",time())); //获取当天时间戳
mktime(0,0,0,date('m'),1,date('Y'));//本月一号时间戳
$startime-86400;//昨天0点时间戳
$endttime-86400;//昨天23:59:59的时间戳