| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlDateFormatter::getTimeZoneIddatefmt_get_timezone_id(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) IntlDateFormatter::getTimeZoneId -- datefmt_get_timezone_id — IntlDateFormatter が使用するタイムゾーン ID を取得する 説明オブジェクト指向型
public string IntlDateFormatter::getTimeZoneId
( void
)
手続き型 IntlDateFormatter が使用するタイムゾーン ID を取得します。 パラメータ
返り値この Formatter が使用するタイムゾーンの ID 文字列を返します。 例例1 datefmt_get_timezone_id() の例
<?php 例2 オブジェクト指向の例
<?php 上の例の出力は以下となります。 timezone_id of the formatter is : America/Los_Angeles Now timezone_id of the formatter is : CN |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlDateFormatter::getTimeZoneId - IntlDateFormatter が使用するタイムゾーン ID を取得する」をGoogle検索
|