| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::getLocale(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getLocale — Get the locale associated with the object 説明オブジェクト指向型
public string IntlCalendar::getLocale
( int
$localeType
)手続き型 Returns the locale used by this calendar object. パラメータ
返り値
A locale string失敗した場合に 例
例1 IntlCalendar::getLocale()
<?php 上の例の出力は以下となります。 string(2) "en" string(5) "en_US" |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::getLocale - Get the locale associated with the object」をGoogle検索
|