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

Descrizione

Stile orientato agli oggetti (method):

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

Stile procedurale:

intltz_get_region(string $timezoneId): string|false

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

timezoneId

Valori restituiti

Return region o false in caso di fallimento.

add a note add a note

User Contributed Notes

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