PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

IntlCalendar::getAvailableLocales - Get array of locales for which there is data | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

IntlCalendar::getAvailableLocales

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1)

IntlCalendar::getAvailableLocalesGet array of locales for which there is data

説明

オブジェクト指向型

public static array IntlCalendar::getAvailableLocales ( void )

手続き型

array intlcal_get_available_locales ( void )

Gives the list of locales for which calendars are installed. As of ICU 51, this is the list of all installed ICU locales.

パラメータ

この関数にはパラメータはありません。

返り値

An array of strings, one for which locale.

例1 IntlCalendar::getAvailableLocales()()

<?php
print_r
(IntlCalendar::getAvailableLocales());

上の例の出力は以下となります。

Array
(
    [0] => af
    [1] => af_NA
    [2] => af_ZA
    [3] => agq
    [4] => agq_CM
    [5] => ak
    [6] => ak_GH
    [7] => am
    [8] => am_ET
    [9] => ar
    [10] => ar_001
    [11] => ar_AE
    [12] => ar_BH
    [13] => ar_DJ
    … output abbreviated …
    [595] => zh_Hant_HK
    [596] => zh_Hant_MO
    [597] => zh_Hant_TW
    [598] => zu
    [599] => zu_ZA
)


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「IntlCalendar::getAvailableLocales - Get array of locales for which there is data」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | IntlCalendar::getAvailableLocales - Get array of locales for which there is data」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: