IntlTimeZone::getDisplayName

intltz_get_display_name

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)

IntlTimeZone::getDisplayName -- intltz_get_display_name获取此时区适合用户展示的名称

描述

面向对象风格(方法)

public IntlTimeZone::getDisplayName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): string|false

过程式风格

intltz_get_display_name(
    IntlTimeZone $timezone,
    bool $dst = false,
    int $style = IntlTimeZone::DISPLAY_LONG,
    ?string $locale = null
): string|false

警告

此函数目前没有文档; 只有其参数列表可用。

参数

dst

style

locale

返回值

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top