Locale::getDisplayName
locale_get_display_name
(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0)
Locale::getDisplayName -- locale_get_display_name — 入力ロケールの表示名を、適切に地域化して返す
パラメータ
locale
-
表示名を返したいロケール。
displayLocale
-
オプションのフォーマットロケール。
戻り値
ロケールの表示名を、
displayLocale
にあわせた形式で返します。
失敗した場合に false
を返します.
変更履歴
バージョン | 説明 |
---|---|
8.0.0 |
displayLocale は、nullable になりました。
|
例
例1 locale_get_display_name() の例
<?php
echo locale_get_display_name('sl-Latn-IT-nedis', 'en');
echo ";\n";
echo locale_get_display_name('sl-Latn-IT-nedis', 'fr');
echo ";\n";
echo locale_get_display_name('sl-Latn-IT-nedis', 'de');
?>
例2 オブジェクト指向の例
<?php
echo Locale::getDisplayName('sl-Latn-IT-nedis', 'en');
echo ";\n";
echo Locale::getDisplayName('sl-Latn-IT-nedis', 'fr');
echo ";\n";
echo Locale::getDisplayName('sl-Latn-IT-nedis', 'de');
?>
上の例の出力は以下となります。
Slovenian (Latin, Italy, Natisone dialect); slov\xc3\xa8ne (latin, Italie, dialecte de Natisone; Slowenisch (Lateinisch, Italien, NEDIS)
参考
- locale_get_display_language() - 入力ロケールの言語の表示名を、適切に地域化して返す
- locale_get_display_script() - 入力ロケールの文字の表示名を、適切に地域化して返す
- locale_get_display_region() - 入力ロケールの地域の表示名を、適切に地域化して返す
- locale_get_display_variant() - 入力ロケールの変化形の表示名を、適切に地域化して返す
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google