| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::setTime(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::setTime — Set the calendar time in milliseconds since the epoch 説明オブジェクト指向型
public bool IntlCalendar::setTime
( float
$date
)手続き型 Sets the instant represented by this object. The instant is represented by a float whose value should be an integer number of milliseconds since the epoch (1 Jan 1970 00:00:00.000 UTC), ignoring leap seconds. All the field values will be recalculated accordingly. パラメータ
返り値
Returns 例
例1 IntlCalendar::setTime()
<?php 上の例の出力は以下となります。 samedi 1 juin 2013 12:00:00 heure avanc?e d’Europe de l’Ouest dimanche 27 octobre 2013 01:30:00 heure avanc?e d’Europe de l’Ouest dimanche 27 octobre 2013 01:30:00 heure normale d’Europe de l’Ouest |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::setTime - Set the calendar time in milliseconds since the epoch」をGoogle検索
|