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::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::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::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::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::getErrorMessage

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error message on the object public string IntlTimeZone::getErrorMessage ( void ) Object oriented style (method): Procedural style: string intltz_get_error_message ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::getErrorCode

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error code on the object public integer IntlTimeZone::getErrorCode ( void ) Object oriented style (method): Procedural style: integer intltz_get_error_code ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::getEquivalentID

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get an ID in the equivalency group that includes the given ID public static string IntlTimeZone::getEquivalentID ( string $zoneId, integer $index ) Parameters: zoneId index Returns: This function is currently not documented; only its argument l

IntlTimeZone::getDSTSavings

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the amount of time to be added to local standard time to get local wall clock time public integer IntlTimeZone::getDSTSavings ( 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: