PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getTimeZone
request it (300)
GoLang replacement for PHP's IntlCalendar::getTimeZone
[edit | history]
IntlCalendar::getTimeZone(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getTimeZone — Get the objectʼs timezone DescriptionObject oriented style Procedural style Returns the IntlTimeZone object associated with this calendar. Parameters
Return ValuesAn IntlTimeZone object corresponding to the one used internally in this object. Examples
Example #1 IntlCalendar::getTimeZone()
<?php The above example will output: IntlTimeZone Object ( [valid] => 1 [id] => Europe/Lisbon [rawOffset] => 0 [currentOffset] => 3600000 ) IntlTimeZone Object ( [valid] => 1 [id] => UTC [rawOffset] => 0 [currentOffset] => 0 ) IntlTimeZone Object ( [valid] => 1 [id] => GMT+03:33 [rawOffset] => 12780000 [currentOffset] => 12780000 ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|