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);
php5中this,self,parent的意義
php5是一具備了大部分物件導向語言的特性的語言,比php4有了很多的物件導向的特性,但是有部分概念也比較繞人,所以今天拿出來說說,說的不好,請高手見諒.閱讀本文,需要了解php5的物件導向的知識 首 先我們來理解三個關鍵字 this,self,parent,從字面上比較好理解,是指這,自己,父親,...
php5中this,self,parent的意義
php5是一具備了大部分物件導向語言的特性的語言,比php4有了很多的物件導向的特性,但是有部分概念也比較繞人,所以今天拿出來說說,說的不好,請高手見諒.閱讀本文,需要了解php5的物件導向的知識 首 先我們來理解三個關鍵字 this,self,parent,從字面上比較好理解,是指這,自己,父親,...
html5中新增加的內容
一 html5中新增加的語義化標籤 header footer article figure.這些標籤不相容ie6 8低版本,相容處理 html5.min.js 修改或者刪除了一些標籤 strong small 附屬細則 hr.修改指的是改變了標籤的語義化 font center這些標籤建議不用 刪...