array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'intltimezone.getcanonicalid.php', 1 => 'IntlTimeZone::getCanonicalID', 2 => 'Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID', ), 'up' => array ( 0 => 'class.intltimezone.php', 1 => 'IntlTimeZone', ), 'prev' => array ( 0 => 'intltimezone.fromdatetimezone.php', 1 => 'IntlTimeZone::fromDateTimeZone', ), 'next' => array ( 0 => 'intltimezone.getdisplayname.php', 1 => 'IntlTimeZone::getDisplayName', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/intl/intltimezone/getcanonicalid.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

IntlTimeZone::getCanonicalID

intltz_get_canonical_id

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

IntlTimeZone::getCanonicalID -- intltz_get_canonical_idGet the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID

Beschreibung

Objektorientierter Stil (method):

public static IntlTimeZone::getCanonicalID(string $timezoneId, bool &$isSystemId = null): string|false

Prozeduraler Stil:

intltz_get_canonical_id(string $timezoneId, bool &$isSystemId = null): string|false

Warnung

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

Parameter-Liste

timezoneId

isSystemId

Rückgabewerte