php / 8.1.5 / intltimezone.getregion.html /

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

Object-oriented style (method):

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

Procedural style:

intltz_get_region(string $timezoneId): string|false
Warning

This function is currently not documented; only its argument list is available.

Parameters

timezoneId

Return Values

Return region or false on failure.

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/intltimezone.getregion.php