Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php13 public static function countEquivalentIDs(string $timezoneId) {}
32 public static function createTimeZone(string $timezoneId) {}
51 public static function getCanonicalID(string $timezoneId, &$isSystemId = null) {}
69 public static function getEquivalentID(string $timezoneId, int $offset) {}
113 public static function getRegion(string $timezoneId) {}
132 public static function getWindowsID(string $timezoneId) {}
138 public static function getIDForWindowsID(string $timezoneId, ?string $region = null) {}
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php365 function intltz_count_equivalent_ids(string $timezoneId): int|false {}
372 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {}
379 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {}
385 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {}
403 function intltz_get_region(string $timezoneId): string|false {}
410 function intltz_get_windows_id(string $timezoneId): string|false {}
412 function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {}
/PHP-8.0/ext/date/
H A Dphp_date.stub.php101 function date_default_timezone_set(string $timezoneId): bool {}

Completed in 11 milliseconds