| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::setTimeZone(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::setTimeZone — Set the timezone used by this calendar 説明オブジェクト指向型 手続き型 Defines a new timezone for this calendar. The time represented by the object is preserved to the detriment of the field values. パラメータ
返り値
Returns 例
例1 IntlCalendar::setTimeZone()
<?php 上の例の出力は以下となります。 s?bado, 1 de junio de 2013 12:00:00 Hora de verano de Europa occidental (instant 1370084400000) s?bado, 1 de junio de 2013 11:00:00 GMT (instant 1370084400000) s?bado, 1 de junio de 2013 14:33:00 GMT+03:33 (instant 1370084400000) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::setTimeZone - Set the timezone used by this calendar」をGoogle検索
|