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

Descripción

Estilo orientado a objetos (method):

publicstaticIntlTimeZone::getRegion(string$timezoneId): string|false

Estilo por procedimientos:

intltz_get_region(string$timezoneId): string|false

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

timezoneId

Valores devueltos

Return region o false en caso de error.

To Top