Searched defs:timezoneId (Results 1 – 3 of 3) sorted by relevance
72 public static function countEquivalentIDs(string $timezoneId): int|false {}91 public static function createTimeZone(string $timezoneId): ?IntlTimeZone {}110 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {}128 public static function getEquivalentID(string $timezoneId, int $offset): string|false {}172 public static function getRegion(string $timezoneId): string|false {}191 public static function getWindowsID(string $timezoneId): string|false {}197 …public static function getIDForWindowsID(string $timezoneId, ?string $region = null): string|false…
561 function intltz_count_equivalent_ids(string $timezoneId): int|false {}568 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {}575 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {}581 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {}599 function intltz_get_region(string $timezoneId): string|false {}606 function intltz_get_windows_id(string $timezoneId): string|false {}608 function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {}
256 function date_default_timezone_set(string $timezoneId): bool {}
Completed in 14 milliseconds