検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 117 for locale (0.002 sec.)
Locale クラス 9637
« NumberFormatter::setTextAttribute Locale::acceptFromHttp » PHP Manual intl Locale クラス Locale ... それぞれ、カナダのフランス語とフランスのフランス語) Locale クラス (そしてそれに対応する手続き型の関数) を使用 ... している) 拡張は、ICU で普通に用いることができます。 Locale クラスのインスタンスを作成することはできません。 す ... 字の正規化を行う関数が存在します。 クラス概要 class Locale { /* メソッド */ public static acceptFromHttp ( st ... tring | false public static canonicalize ( string $locale ): ? string public static composeLocale ( array $s ...
https://man.plustar.jp/php/class.locale.html - [similar]
入力ロケールの表示名を、適切に地域化して返す 8987
« Locale::getDisplayLanguage Locale::getDisplayRegion » PHP Manual Locale 入力ロケールの表示名を ... 、適切に地域化して返す 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 — 入力ロ ... 地域化して返す 説明 オブジェクト指向型 public static Locale::getDisplayName ( string $locale , ? string $displ ... ayLocale = null ): string | false 手続き型 locale_get_displ ...
https://man.plustar.jp/php/locale.getdisplayname.html - [similar]
INTL のグローバル 'default_locale' からデフォルトのロケールを取得する 8912
« Locale::getAllVariants Locale::getDisplayLanguage » PHP Manual Locale INTL のグローバル 'defau ... lt_locale' からデフォルトのロケールを取得する Locale::getDef ... ault locale_get_default (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL in ... tl >= 1.0.0) Locale::getDefault -- locale_get_default — INTL のグローバ ... ル 'default_locale' からデフォルトのロケールを取得する 説明 オブジェク ...
https://man.plustar.jp/php/locale.getdefault.html - [similar]
デフォルトの実行時ロケールを設定する 8825
« Locale::parseLocale Normalizer » PHP Manual Locale デフォルトの実行時ロケールを設定する Locale ... ::setDefault locale_set_default (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL in ... tl >= 1.0.0) Locale::setDefault -- locale_set_default — デフォルトの実 ... ールを設定する 説明 オブジェクト指向型 public static Locale::setDefault ( string $locale ): bool 手続き型 loca ... le_set_default ( string $locale ): bool デフォルトの実行時ロケールを locale に設定 ...
https://man.plustar.jp/php/locale.setdefault.html - [similar]
入力ロケールのプライマリ言語を取得する 8775
« Locale::getKeywords Locale::getRegion » PHP Manual Locale 入力ロケールのプライマリ言語を取得す ...Locale::getPrimaryLanguage locale_get_primary_language (P ... HP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) Locale::getPrimaryLanguage -- locale_get_primary_language ... 言語を取得する 説明 オブジェクト指向型 public static Locale::getPrimaryLanguage ( string $locale ): ? string 手 ... 続き型 locale_get_primary_language ( string $locale ): ? string ...
https://man.plustar.jp/php/locale.getprimarylanguage.html - [similar]
入力ロケールの地域を取得する 8775
« Locale::getPrimaryLanguage Locale::getScript » PHP Manual Locale 入力ロケールの地域を取得する ... Locale::getRegion locale_get_region (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL int ... l >= 1.0.0) Locale::getRegion -- locale_get_region — 入力ロケールの地 ... 域を取得する 説明 オブジェクト指向型 public static Locale::getRegion ( string $locale ): ? string 手続き型 l ... ocale_get_region ( string $locale ): ? string 入力ロケールの地域を取得します。 パラメ ...
https://man.plustar.jp/php/locale.getregion.html - [similar]
入力ロケールの変化系を取得する 8725
« Locale::filterMatches Locale::getDefault » PHP Manual Locale 入力ロケールの変化系を取得する Locale ... cale::getAllVariants locale_get_all_variants (PHP 5 >= 5.3.0, PHP 7, PHP 8, PE ... CL intl >= 1.0.0) Locale::getAllVariants -- locale_get_all_variants — 入力ロ ... 化系を取得する 説明 オブジェクト指向型 public static Locale::getAllVariants ( string $locale ): ? array 手続き ...locale_get_all_variants ( string $locale ): ? array 入力ロ ...
https://man.plustar.jp/php/locale.getallvariants.html - [similar]
フォーマッタのロケールを取得する 8725
« NumberFormatter::getErrorMessage NumberFormatter::getPattern » PHP Manual NumberFormatter フォ ... ーマッタのロケールを取得する NumberFormatter::getLocale numfmt_get_locale (PHP 5 >= 5.3.0, PHP 7, PHP 8, P ... ECL intl >= 1.0.0) NumberFormatter::getLocale -- numfmt_get_locale — フォーマッタのロケールを取得 ... 説明 オブジェクト指向型 public NumberFormatter::getLocale ( int $type = ULOC_ACTUAL_LOCALE ): string | false ... 手続き型 numfmt_get_locale ( NumberFormatter $formatter , int $type = ULOC_AC ...
https://man.plustar.jp/php/numberformatter.getlocale.html - [similar]
言語タグフィルタがロケールにマッチするかどうかを調べる 8700
« Locale::composeLocale Locale::getAllVariants » PHP Manual Locale 言語タグフィルタがロケールにマ ... ッチするかどうかを調べる Locale::filterMatches locale_filter_matches (PHP 5 >= 5.3 ... .0, PHP 7, PHP 8, PECL intl >= 1.0.0) Locale::filterMatches -- locale_filter_matches — 言語タグ ... どうかを調べる 説明 オブジェクト指向型 public static Locale::filterMatches ( string $languageTag , string $loc ... le , bool $canonicalize = false ): ? bool 手続き型 locale_filter_matches ( string $languageTag , string $loc ...
https://man.plustar.jp/php/locale.filtermatches.html - [similar]
入力ロケールの言語の表示名を、適切に地域化して返す 8700
« Locale::getDefault Locale::getDisplayName » PHP Manual Locale 入力ロケールの言語の表示名を、適 ... 切に地域化して返す Locale::getDisplayLanguage locale_get_display_language (P ... HP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) Locale::getDisplayLanguage -- locale_get_display_language ... 地域化して返す 説明 オブジェクト指向型 public static Locale::getDisplayLanguage ( string $locale , ? string $d ... isplayLocale = null ): string | false 手続き型 locale_get_displ ...
https://man.plustar.jp/php/locale.getdisplaylanguage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT