IntlTimeZone::getDisplayName

intltz_get_display_name

Get a name of this time zone suitable for presentation to the user

Description

Object-oriented style (method):

public stringfalse IntlTimeZone::getDisplayName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, stringnull $locale = null)

Procedural style:

stringfalse intltz_get_display_name(
    IntlTimeZone $timezone,
    bool $dst = false,
    int $style = IntlTimeZone::DISPLAY_LONG,
    stringnull $locale = null
)

Warning

This function is currently not documented; only its argument list is available.

Parameters

dst

style

locale

Return Values