update : 2015.11.03
php.shukuma.com검색:
|
Locale::getDisplayRegionlocale_get_display_region(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) Locale::getDisplayRegion -- locale_get_display_region — Returns an appropriately localized display name for region of the input locale 설명객체 기반 형식
public
static
string
Locale::getDisplayRegion
( string
$locale
[, string $in_locale
] )절차식 형식
string
locale_get_display_region
( string
$locale
[, string $in_locale
] )
Returns an appropriately localized display name for region of the input
locale. If is 인수
반환값display name of the region for the $locale in the format appropriate for $in_locale. 예제Example #1 locale_get_display_region() example
<?php Example #2 OO example
<?php 위 예제의 출력: Italy; Italie; Italien 참고
|