天天看點

php求今天零點的時間綴

date_default_timezone_set('PRC');

$a = strtotime(date('Ymd'));

echo $a;

 本文轉自 Lee_吉 51CTO部落格,原文連結:http://blog.51cto.com/12173069/1966373