update : 2015.11.03
php.shukuma.com검색:
|
MessageFormatter::getLocalemsgfmt_get_locale(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) MessageFormatter::getLocale -- msgfmt_get_locale — Get the locale for which the formatter was created. 설명객체 기반 형식
public
string
MessageFormatter::getLocale
( void
)
절차식 형식 Get the locale for which the formatter was created. 인수
반환값The locale name 예제Example #1 msgfmt_get_locale() example
<?php Example #2 OO example
<?php 위 예제의 출력: en_US |