Searched refs:timezoneId (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone.stub.php | 72 public static function countEquivalentIDs(string $timezoneId): int|false {} argument 91 public static function createTimeZone(string $timezoneId): ?IntlTimeZone {} argument 110 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {} argument 128 public static function getEquivalentID(string $timezoneId, int $offset): string|false {} argument 172 public static function getRegion(string $timezoneId): string|false {} argument 191 public static function getWindowsID(string $timezoneId): string|false {} argument 197 …public static function getIDForWindowsID(string $timezoneId, ?string $region = null): string|false… argument
|
H A D | timezone_arginfo.h | 8 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) 71 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 80 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 86 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.stub.php | 561 function intltz_count_equivalent_ids(string $timezoneId): int|false {} argument 568 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} argument 575 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {} argument 581 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {} argument 599 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
|
H A D | php_intl_arginfo.h | 654 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 665 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 679 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 695 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 722 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 732 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 738 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
|
/PHP-8.2/ext/date/ |
H A D | php_date.stub.php | 256 function date_default_timezone_set(string $timezoneId): bool {} argument
|
H A D | php_date_arginfo.h | 206 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
|
Completed in 20 milliseconds