IntlTimeZone::getRegion

intltz_get_region

Get the region code associated with the given system time zone ID

Description

Object-oriented style (method):

public static stringfalse IntlTimeZone::getRegion(string $timezoneId)

Procedural style:

stringfalse intltz_get_region(string $timezoneId)

Warning

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

Parameters

timezoneId

Return Values

Return region or false on failure.