Searched refs:timezoneId (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/intl/timezone/ |
H A D | timezone.stub.php | 13 public static function countEquivalentIDs(string $timezoneId): int|false {} argument 32 public static function createTimeZone(string $timezoneId): ?IntlTimeZone {} argument 51 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {} argument 69 public static function getEquivalentID(string $timezoneId, int $offset): string|false {} argument 113 public static function getRegion(string $timezoneId): string|false {} argument 132 public static function getWindowsID(string $timezoneId): string|false {} argument 138 …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.1/ext/intl/ |
H A D | php_intl.stub.php | 396 function intltz_count_equivalent_ids(string $timezoneId): int|false {} argument 403 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} argument 410 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {} argument 416 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {} argument 434 function intltz_get_region(string $timezoneId): string|false {} argument 441 function intltz_get_windows_id(string $timezoneId): string|false {} argument 443 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.1/ext/date/ |
H A D | php_date.stub.php | 160 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 21 milliseconds