IntlTimeZone::countEquivalentIDs

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the number of IDs in the equivalency group that includes the given ID public static integer IntlTimeZone::countEquivalentIDs ( string $zoneId ) Parameters: zoneId Returns: This function is currently not documented; only its argument list is available.

IntlTimeZone::getCanonicalID

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID public static string IntlTimeZone::getCanonicalID ( string $zoneId [, bool &$isSystemID ] ) Parameters: zoneId isSystemID Returns: This fu

IntlTimeZone::fromDateTimeZone

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create a timezone object from DateTimeZone public static IntlTimeZone IntlTimeZone::fromDateTimeZone ( DateTimeZone $zoneId ) Parameters: zoneId 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::createDefault

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create a new copy of the default timezone for this host public static IntlTimeZone IntlTimeZone::createDefault ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlCalendar::toDateTime

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a2) Convert an IntlCalendar into a DateTime object public DateTime IntlCalendar::toDateTime ( void ) Object oriented style Procedural style DateTime intlcal_to_date_time ( IntlCalendar $cal ) Create a DateTime object that represents the same instant (up to second precision, with a rounding error of less than 1 second) and has an analog timezone to this object (the difference being Date

IntlCalendar::setTime

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the calendar time in milliseconds since the epoch public bool IntlCalendar::setTime ( float $date ) Object oriented style Procedural style bool intlcal_set_time ( IntlCalendar $cal , float $date ) Sets the instant represented by this object. The instant is represented by a float whose value should be an integer number of milliseconds since the epoch (1 Jan 1970 00:00:00.000 UTC

IntlCalendar::setTimeZone

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the timezone used by this calendar public bool IntlCalendar::setTimeZone ( mixed $timeZone ) Object oriented style Procedural style bool intlcal_set_time_zone ( IntlCalendar $cal , mixed $timeZone ) Defines a new timezone for this calendar. The time represented by the object is preserved to the detriment of the field values. Parameters:

IntlCalendar::setRepeatedWallTimeOption

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set behavior for handling repeating wall times at negative timezone offset transitions public bool IntlCalendar::setRepeatedWallTimeOption ( int $wallTimeOption ) Object oriented style Procedural style bool intlcal_set_repeated_wall_time_option ( IntlCalendar $cal , int $wallTimeOption ) Sets the current strategy for dealing with wall times that are repeated whenever the clock is s