|
gmdateGMT/UTC の日付/時刻を書式化する 説明
string gmdate(string
$format, intnull $timestamp = null)date 関数と同じですが、返される時刻が グリニッジ標準時 (GMT) であるところが異なります。 パラメータ
戻り値日付を表す文字列を返します。 変更履歴
例
例1 gmdate の例 上の例の出力は以下となります。 Jan 01 1998 00:00:00 Europe/Helsinki Dec 31 1997 22:00:00 UTC 参考
|