Dutch PHP Conference 2025 - Call For Papers

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

Опис

Об'єктно-орієнтований стиль (method):

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

Процедурний стиль:

intltz_get_region(string $timezoneId): string|false

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

timezoneId

Значення, що повертаються

Return region або false в разі помилки.

add a note

User Contributed Notes

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