Searched refs:timezoneId (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/intl/timezone/ |
H A D | timezone.stub.php | 39 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 165 public static function getWindowsID(string $timezoneId): string|false {} argument 171 …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) 61 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 77 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 86 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 90 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 564 function intltz_count_equivalent_ids(string $timezoneId): int|false {} argument 571 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} argument 578 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {} argument 584 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {} argument 602 function intltz_get_region(string $timezoneId): string|false {} argument 609 function intltz_get_windows_id(string $timezoneId): string|false {} argument 611 function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {} argument 621 function intltz_get_iana_id(string $timezoneId): string|false {} argument
|
H A D | php_intl_arginfo.h | 659 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 670 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 684 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 700 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 727 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 737 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 741 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 761 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
|
/php-src/ext/date/ |
H A D | php_date.stub.php | 259 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 39 milliseconds