previousHTTP (Previous) (Next) HTTP::headnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTTP::Date

HTTP::Date – 日付の書式

Synopsis

require_once 'HTTP.php';

string HTTP::date ( integer time )

Description

UNIXタイムスタンプをRFC準拠のHTTPヘッダ行に変換します。 この関数はphp.iniの"y2k_compliance"ディレクティブを尊重します。

Parameter

  • integer $time - UNIXタイムスタンプです。

Return value

string - RFC準拠の日付ヘッダ行を返します。

Note

This function can be called statically.

previousHTTP (Previous) (Next) HTTP::headnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.