php--------獲取當前時間、時間戳

首先須要知道的是在php中獲取時間方法是date(),在php中獲取時間戳方法有time()、strtotime()。下面分別說明。php date() 格式爲:date($format, $timestamp),format爲格式、timestamp爲時間戳(可選)。html time() 返回當前時間的 Unix 時間戳,沒有參數。數組 strtotime($time, $now) 將任何英文
相關文章
相關標籤/搜索