|
Locale::getDisplayScriptlocale_get_display_script(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) Locale::getDisplayScript -- locale_get_display_script — Returns an appropriately localized display name for script of the input locale ОписаниеОбъектно-ориентированный стиль
static
string
Locale::getDisplayScript
( string $locale
[, string $in_locale
] )
Процедурный стиль
string
locale_get_display_script
( string $locale
[, string $in_locale
] )
Returns an appropriately localized display name for script of the input locale. If is NULL then the default locale is used. Список параметров
Возвращаемые значенияDisplay name of the script for the $locale in the format appropriate for $in_locale. ПримерыПример #1 locale_get_display_script() example
<?php Пример #2 OO example
<?php Результат выполнения данного примера: Latin; latin; Lateinisch Смотрите также
|
|