Deprecated: Optional parameter $keys declared before required parameter $cms_id is implicitly treated as a required parameter in /home/www/dev/work/class/blog/CmsKey.php on line 75

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$title is deprecated in /home/www/dev/work/website/lvesu/class/controller/blog/php.php on line 28

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$outlink is deprecated in /home/www/dev/work/website/lvesu/template/blog/cms/php.manual.tpl on line 2

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$status is deprecated in /home/www/dev/work/website/lvesu/template/blog/index.head.php on line 2
PHP - Manual: Locale::getDisplayName - 互联网笔记

略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Locale::getDisplayName

2025-04-28

Locale::getDisplayName

locale_get_display_name

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0)

Locale::getDisplayName -- locale_get_display_nameReturns an appropriately localized display name for the input locale

说明

面向对象风格

public static Locale::getDisplayName(string $locale, ?string $displayLocale = null): string|false

过程化风格

locale_get_display_name(string $locale, ?string $displayLocale = null): string|false

Returns an appropriately localized display name for the input locale. If locale is null then the default locale is used.

参数

locale

The locale to return a display name for.

displayLocale

optional format locale

返回值

Display name of the locale in the format appropriate for displayLocale, 或者在失败时返回 false.

更新日志

版本 说明
8.0.0 displayLocale is nullable now.

示例

示例 #1 locale_get_display_name() example

<?php
echo locale_get_display_name('sl-Latn-IT-nedis', 'en');
echo
";\n";
echo
locale_get_display_name('sl-Latn-IT-nedis', 'fr');
echo
";\n";
echo
locale_get_display_name('sl-Latn-IT-nedis', 'de');
?>

示例 #2 OO example

<?php
echo Locale::getDisplayName('sl-Latn-IT-nedis', 'en');
echo
";\n";
echo
Locale::getDisplayName('sl-Latn-IT-nedis', 'fr');
echo
";\n";
echo
Locale::getDisplayName('sl-Latn-IT-nedis', 'de');
?>

以上示例会输出:

Slovenian (Latin, Italy, Natisone dialect);
slov\xc3\xa8ne (latin, Italie, dialecte de Natisone;
Slowenisch (Lateinisch, Italien, NEDIS)

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。

官方地址:https://www.php.net/manual/en/locale.getdisplayname.php

冷却塔厂家 广告
中文GPT4.0无需注册 广告
北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3