Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/timezone/
H A Dtimezone.stub.php72 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 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)
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.3/ext/intl/
H A Dphp_intl.stub.php561 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 Dphp_intl_arginfo.h654 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.3/ext/date/
H A Dphp_date.stub.php256 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 21 milliseconds