CakeFest 2024: The Official CakePHP Conference

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):

public static IntlTimeZone::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.

add a note

User Contributed Notes

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