|
NumberFormatter::getLocalenumfmt_get_localeフォーマッタのロケールを取得する 説明オブジェクト指向型
public stringfalse NumberFormatter::getLocale(int
$type = ULOC_ACTUAL_LOCALE )手続き型 stringfalse numfmt_get_locale(NumberFormatter
$formatter , int $type = ULOC_ACTUAL_LOCALE )フォーマッタのロケール名を取得します。 パラメータ
戻り値
フォーマッタの作成時に使用したロケールを返します。
失敗した場合は 例例1 numfmt_get_locale の例
上の例の出力は以下となります。 Requested locale name: fr_FR_PARIS Valid locale name: fr_FR Actual locale name: fr 参考
|