Home
last modified time | relevance | path

Searched refs:timezoneId (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/intl/timezone/
H A Dtimezone.stub.php39 public static function countEquivalentIDs(string $timezoneId): int|false {} argument
58 public static function createTimeZone(string $timezoneId): ?IntlTimeZone {} argument
77 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {} argument
95 public static function getEquivalentID(string $timezoneId, int $offset): string|false {} argument
119 public static function getIanaID(string $timezoneId): string|false {} argument
146 public static function getRegion(string $timezoneId): string|false {} argument
164 public static function getWindowsID(string $timezoneId): string|false {} argument
170 …public static function getIDForWindowsID(string $timezoneId, ?string $region = null): string|false… argument
H A Dtimezone_arginfo.h8 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
19 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
33 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
47 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
61 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
77 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
87 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
/php-src/ext/intl/
H A Dphp_intl.stub.php562 function intltz_count_equivalent_ids(string $timezoneId): int|false {} argument
569 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} argument
576 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {} argument
582 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {} argument
600 function intltz_get_region(string $timezoneId): string|false {} argument
606 function intltz_get_windows_id(string $timezoneId): string|false {} argument
608 function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {} argument
617 function intltz_get_iana_id(string $timezoneId): string|false {} argument
H A Dphp_intl_arginfo.h657 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
668 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
682 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
698 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
725 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
736 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
755 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
/php-src/ext/date/
H A Dphp_date.stub.php259 function date_default_timezone_set(string $timezoneId): bool {} argument
H A Dphp_date_arginfo.h206 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)

Completed in 35 milliseconds