array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'intltimezone.createtimezone.php', 1 => 'IntlTimeZone::createTimeZone', 2 => 'Create a timezone object for the given ID', ), 'up' => array ( 0 => 'class.intltimezone.php', 1 => 'IntlTimeZone', ), 'prev' => array ( 0 => 'intltimezone.createenumeration.php', 1 => 'IntlTimeZone::createEnumeration', ), 'next' => array ( 0 => 'intltimezone.createtimezoneidenumeration.php', 1 => 'IntlTimeZone::createTimeZoneIDEnumeration', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/intl/intltimezone/createtimezone.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

IntlTimeZone::createTimeZone

intltz_create_time_zone

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

IntlTimeZone::createTimeZone -- intltz_create_time_zoneCreate a timezone object for the given ID

Beschreibung

Objektorientierter Stil (method):

public static IntlTimeZone::createTimeZone(string $timezoneId): ?IntlTimeZone

Prozeduraler Stil:

intltz_create_time_zone(string $timezoneId): ?IntlTimeZone

Warnung

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

Parameter-Liste

timezoneId

Rückgabewerte