TIMEZONE_LOCATION_GET
Returns location information for a timezone
SYNTAX
timezone_location_get ( DateTimeZone $object ) : array
PARAMETERS
object
A DateTimeZone object returned by timezone_open()
RETURN
Array containing location information about timezone or FALSE on failure.
EXAMPLES
Array
(
[country_code] => CZ
[latitude] => 50.08333
[longitude] => 14.43333
[comments] =>
)