update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::getLocale(PHP 5.5.0, 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실패 시 예제
Example #1 IntlCalendar::getLocale()
<?php 위 예제의 출력: string(2) "en" string(5) "en_US" |