|
IntlDateFormatter::getLocaledatefmt_get_localeFormatter が使用するロケールを取得する 説明オブジェクト指向型
public stringfalse IntlDateFormatter::getLocale(int
$type = ULOC_ACTUAL_LOCALE )手続き型 stringfalse datefmt_get_locale(IntlDateFormatter
$formatter , int $type = ULOC_ACTUAL_LOCALE )Formatter が使用するロケールを取得します。 パラメータ
戻り値
この Formatter のロケールを返します。
失敗した場合に 例例1 datefmt_get_locale の例
例2 オブジェクト指向の例
上の例の出力は以下となります。 locale of the formatter is : en First Formatted output is Wednesday, December 31, 1969 4:00:00 PM PT locale of the formatter is : de Second Formatted output is Mittwoch, 31. Dezember 1969 16:00 Uhr GMT-08:00 参考
|