Home
last modified time | relevance | path

Searched defs:timezoneId (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/intl/timezone/
H A Dtimezone.stub.php72 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…
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php561 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 {}
/PHP-8.2/ext/date/
H A Dphp_date.stub.php256 function date_default_timezone_set(string $timezoneId): bool {}

Completed in 18 milliseconds