PHP » GoLang |
login |
register |
about
|
GoLang DateTimeZone::getLocation
request it (352)
GoLang replacement for PHP's DateTimeZone::getLocation
[edit | history]
DateTimeZone::getLocationtimezone_location_get(PHP 5 >= 5.3.0, PHP 7) DateTimeZone::getLocation -- timezone_location_get — Returns location information for a timezone DescriptionObject oriented style
public array DateTimeZone::getLocation
( void
)
Procedural style Returns location information for a timezone, including country code, latitude/longitude and comments. Return Values
Array containing location information about timezone or Examples
Example #1 DateTimeZone::getLocation() example
<?php The above example will output: Array ( [country_code] => CZ [latitude] => 50.08333 [longitude] => 14.43333 [comments] => ) Array ( [country_code] => CZ [latitude] => 50.08333 [longitude] => 14.43333 [comments] => ) |
more
Recently updated
more
Most requested
more
Last requests
|