array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'intltimezone.getregion.php', 1 => 'IntlTimeZone::getRegion', 2 => 'Get the region code associated with the given system time zone ID', ), 'up' => array ( 0 => 'class.intltimezone.php', 1 => 'IntlTimeZone', ), 'prev' => array ( 0 => 'intltimezone.getrawoffset.php', 1 => 'IntlTimeZone::getRawOffset', ), 'next' => array ( 0 => 'intltimezone.gettzdataversion.php', 1 => 'IntlTimeZone::getTZDataVersion', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/intl/intltimezone/getregion.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

IntlTimeZone::getRegion

intltz_get_region

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

IntlTimeZone::getRegion -- intltz_get_regionGet the region code associated with the given system time zone ID

Beschreibung

Objektorientierter Stil (method):

public static IntlTimeZone::getRegion(string $timezoneId): string|false

Prozeduraler Stil:

intltz_get_region(string $timezoneId): string|false

Warnung

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

Parameter-Liste

timezoneId

Rückgabewerte

Return regionBei einem Fehler wird false zurückgegeben..