PHP 5中新增加日期(date)函數的常量簡介_PHP教程

來源:互聯網
上載者:User
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);


http://www.bkjia.com/PHPjc/446656.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/446656.htmlTechArticlePHP 5.1.1 起定義有以下常量來提供標準日期表達方法,可以用於日期格式函數(例如 date())。 DATE_ATOM(string) 原子鐘格式(如:2005-08-15T15:52:01+0...

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.