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

Description

Style orienté objet (method):

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

Style procédural:

intltz_get_region(string $timezoneId): string|false

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

timezoneId

Valeurs de retour

Return region ou false si une erreur survient.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top