IntlTimeZone::getRegion
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Get the region code associated with the given system time zone ID
Description
Oop (method):
IntlTimeZone::getRegion(string $timezoneId): string|false
Procedural:
intltz_get_region(string $timezoneId): string|false
Func
Parameters
timezoneId
Return Values
Return regionFalseforfailure.