Home
last modified time | relevance | path

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

/php-src/ext/intl/timezone/
H A Dtimezone.stub.php39 public static function countEquivalentIDs(string $timezoneId): int|false {}
58 public static function createTimeZone(string $timezoneId): ?IntlTimeZone {}
77 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {}
95 public static function getEquivalentID(string $timezoneId, int $offset): string|false {}
119 public static function getIanaID(string $timezoneId): string|false {}
146 public static function getRegion(string $timezoneId): string|false {}
165 public static function getWindowsID(string $timezoneId): string|false {}
171 …public static function getIDForWindowsID(string $timezoneId, ?string $region = null): string|false…
/php-src/ext/intl/
H A Dphp_intl.stub.php564 function intltz_count_equivalent_ids(string $timezoneId): int|false {}
571 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {}
578 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {}
584 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {}
602 function intltz_get_region(string $timezoneId): string|false {}
609 function intltz_get_windows_id(string $timezoneId): string|false {}
611 function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {}
621 function intltz_get_iana_id(string $timezoneId): string|false {}
/php-src/ext/date/
H A Dphp_date.stub.php256 function date_default_timezone_set(string $timezoneId): bool {}

Completed in 17 milliseconds