PHP » GoLang |
login |
register |
about
|
GoLang timezone_name_from_abbr
request it (376)
GoLang replacement for PHP's timezone_name_from_abbr
[edit | history]
timezone_name_from_abbr(PHP 5 >= 5.1.3, PHP 7) timezone_name_from_abbr — Returns the timezone name from abbreviation Description
string timezone_name_from_abbr
( string
$abbr
[, int $gmtOffset = -1
[, int $isdst = -1
]] )Parameters
Return Values
Returns time zone name on success or Examples
Example #1 A timezone_name_from_abbr() example
<?php The above example will output something similar to: Europe/Berlin Europe/Paris |
more
Recently updated
more
Most requested
more
Last requests
|