IntlTimeZone::getRawOffset

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the raw GMT offset (before taking daylight savings time into account public integer IntlTimeZone::getRawOffset ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::getID

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get timezone ID public string IntlTimeZone::getID ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::hasSameRules

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Check if this zone has the same rules and offset as another zone public bool IntlTimeZone::hasSameRules ( IntlTimeZone $otherTimeZone ) Parameters: otherTimeZone Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::getGMT

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create GMT (UTC) timezone public static IntlTimeZone IntlTimeZone::getGMT ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::getOffset

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the time zone raw and GMT offset for the given moment in time public integer IntlTimeZone::getOffset ( float $date, bool $local, integer &$rawOffset, integer &$dstOffset ) Parameters: date local rawOffset dstOffset

IntlTimeZone::getTZDataVersion

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the timezone data version currently used by ICU public static string IntlTimeZone::getTZDataVersion ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::toDateTimeZone

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Convert to DateTimeZone object public DateTimeZone IntlTimeZone::toDateTimeZone ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::getDisplayName

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get a name of this time zone suitable for presentation to the user public string IntlTimeZone::getDisplayName ([ bool $isDaylight [, integer $style [, string $locale ]]] ) Parameters: isDaylight style locale Returns:

IntlTimeZone::createTimeZone

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create a timezone object for the given ID public static IntlTimeZone IntlTimeZone::createTimeZone ( string $zoneId ) Parameters: zoneId Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::createEnumeration

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get an enumeration over time zone IDs associated with the given country or offset public static IntlIterator IntlTimeZone::createEnumeration ([ mixed $countryOrRawOffset ] ) Parameters: countryOrRawOffset Returns: This function is currently not documented; only its argument lis