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