首頁  >  文章  >  後端開發  >  php常用的时间戳

php常用的时间戳

WBOY
WBOY原創
2016-06-20 12:58:32988瀏覽

strtotime('now')strtotime('today')strtotime('tomorrow')strtotime('yesterday')strtotime(date('Y-m-d', strtotime('+1 day')))strtotime('tomorrow') - time()strtotime(”2009-1-22″)strtotime(”+1 day”)date(”Y-m-d H:i:s”,time())date(”Y-m-d H:i:s”,strtotime(”+1 day”))strtotime(”-1 day”)date(”Y-m-d H:i:s”,time()) date(”Y-m-d H:i:s”,strtotime(”-1 day”))strtotime(”+1 week”)date(”Y-m-d H:i:s”,strtotime(”+1 week”))strtotime(”-1 week”)date(”Y-m-d H:i:s”,strtotime(”-1 week”))strtotime(”next Thursday”)date(”Y-m-d H:i:s”,strtotime(”next Thursday”))strtotime(”last Thursday”)date(”Y-m-d H:i:s”,strtotime(”last Thursday”))

strtotime能将任何英文文本的日期时间描述解析为Unix时间戳;

结合mktime()或date()格式化日期时间获取指定的时间戳,实现所需要的日期时间。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn