Searched refs:timezoneId (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone.stub.php | 13 public static function countEquivalentIDs(string $timezoneId) {} argument 32 public static function createTimeZone(string $timezoneId) {} argument 51 public static function getCanonicalID(string $timezoneId, &$isSystemId = null) {} argument 69 public static function getEquivalentID(string $timezoneId, int $offset) {} argument 113 public static function getRegion(string $timezoneId) {} argument 132 public static function getWindowsID(string $timezoneId) {} argument 138 public static function getIDForWindowsID(string $timezoneId, ?string $region = null) {} argument
|
H A D | timezone_arginfo.h | 8 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 30 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 43 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 72 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0) 78 ZEND_ARG_TYPE_INFO(0, timezoneId, IS_STRING, 0)
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 365 function intltz_count_equivalent_ids(string $timezoneId): int|false {} argument 372 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} argument 379 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {} argument 385 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {} argument 403 function intltz_get_region(string $timezoneId): string|false {} argument 410 function intltz_get_windows_id(string $timezoneId): string|false {} argument 412 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.0/ext/date/ |
H A D | php_date.stub.php | 101 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