array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'intltimezone.getdisplayname.php', 1 => 'IntlTimeZone::getDisplayName', 2 => 'Get a name of this time zone suitable for presentation to the user', ), 'up' => array ( 0 => 'class.intltimezone.php', 1 => 'IntlTimeZone', ), 'prev' => array ( 0 => 'intltimezone.getcanonicalid.php', 1 => 'IntlTimeZone::getCanonicalID', ), 'next' => array ( 0 => 'intltimezone.getdstsavings.php', 1 => 'IntlTimeZone::getDSTSavings', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/intl/intltimezone/getdisplayname.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

IntlTimeZone::getDisplayName

intltz_get_display_name

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

IntlTimeZone::getDisplayName -- intltz_get_display_nameGet a name of this time zone suitable for presentation to the user

Beschreibung

Objektorientierter Stil (method):

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

Prozeduraler Stil:

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

dst

style

locale

Rückgabewerte