|
IntlDateFormatter::getTimeZoneIddatefmt_get_timezone_idIntlDateFormatter が使用するタイムゾーン ID を取得する 説明オブジェクト指向型
public stringfalse IntlDateFormatter::getTimeZoneId()
手続き型 stringfalse datefmt_get_timezone_id(IntlDateFormatter
$formatter )IntlDateFormatter が使用するタイムゾーン ID を取得します。 パラメータ
戻り値
この Formatter が使用するタイムゾーンの ID 文字列を返します。
失敗した場合に 例例1 datefmt_get_timezone_id の例
例2 オブジェクト指向の例
上の例の出力は以下となります。 timezone_id of the formatter is: America/Los_Angeles Now timezone_id of the formatter is: Europe/Madrid 参考
|