設為首頁

收藏本站

導覽首頁 | 新登場    ◇聯盟溫泉 | 民宿 | 人力銀行 | 女性 |
類型:php_article
主旨:PHP5中新增加的日期(date)函數的常量網頁

php5.1.1以後,date函數新增了以下常量。


自 php 5.1.1 起定義有以下常量來提供標準日期表達方法,可以用於日期格式函數(例如 date())。


date_atom(string)
原子鐘格式(如:2005-08-15t15:52:01+00:00)


date_cookie(string)
http cookies 格式(如:mon, 15 aug 2005 15:52:01 utc)


date_iso8601(string)
iso-8601(如:2005-08-15t15:52:01+0000)


date_rfc822(string)
rfc 822(如:mon, 15 aug 2005 15:52:01 utc)


date_rfc850(string)
rfc 850(如:monday, 15-aug-05 15:52:01 utc)


date_rfc1036(string)
rfc 1036(如:monday, 15-aug-05 15:52:01 utc)


date_rfc1123(string)
rfc 1123(如:mon, 15 aug 2005 15:52:01 utc)


date_rfc2822(string)
rfc 2822(如:mon, 15 aug 2005 15:52:01 +0000)


date_rss(string)
rss(如:mon, 15 aug 2005 15:52:01 utc)


date_w3c(string)
world wide web consortium(如:2005-08-15t15:52:01+00:00)


比如,要輸出一個rss需要的日期格式,就可以用下面的代碼簡單實現:


echo date(date_rss);





主旨:

內容:




104休閒信箱 2.3.0 © 104mm.com 2001 - 2010. 您尚未登錄
Page generated in 0.00888085 seconds with 3 Queries