Php/docs/intltimezone.getregion

From Get docs

IntlTimeZone::getRegion

intltz_get_region

(PHP 5 >= 5.5.0, PHP 7)

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 $zoneId ) : string|false

Procedural style:

intltz_get_region ( string $zoneId ) : string|false

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


Parameters

zoneId


Return Values

Return region or FALSE on failure.