= 56 function normalizer_get_raw_decomposition(string $input, int $form = Normalizer::FORM_C): ?string {} #endif /* resourceboundle */ function resourcebundle_create(?string $locale, ?string $bundlename, bool $fallback = true): ?ResourceBundle {} /** * @param string|int $index * @return mixed */ function resourcebundle_get(ResourceBundle $bundle, $index) {} function resourcebundle_count(ResourceBundle $bundle): int {} function resourcebundle_locales(string $bundlename): array|false {} function resourcebundle_get_error_code(ResourceBundle $bundle): int {} function resourcebundle_get_error_message(ResourceBundle $bundle): string {} /* timezone */ function intltz_count_equivalent_ids(string $zoneId): int|false {} function intltz_create_default(): IntlTimeZone {} /** * @param IntlTimeZone|string|int|float|null $countryOrRawOffset * @return IntlIterator|false */ function intltz_create_enumeration($countryOrRawOffset = null) {} function intltz_create_time_zone(string $zoneId): ?IntlTimeZone {} function intltz_create_time_zone_id_enumeration(int $zoneType, ?string $region = null, ?int $rawOffset = null): IntlIterator|false {} function intltz_from_date_time_zone(DateTimeZone $zone): ?IntlTimeZone {} /** @param bool $isSystemID */ function intltz_get_canonical_id(string $zoneId, &$isSystemID = null): string|false {} function intltz_get_display_name(IntlTimeZone $tz, bool $isDaylight = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): string|false {} function intltz_get_dst_savings(IntlTimeZone $tz): int {} function intltz_get_equivalent_id(string $zoneId, int $index): string|false {} function intltz_get_error_code(IntlTimeZone $tz): int|false {} function intltz_get_error_message(IntlTimeZone $tz): string|false {} function intltz_get_gmt(): IntlTimeZone {} function intltz_get_id(IntlTimeZone $tz): string|false {} /** * @param int $rawOffset * @param int $dstOffset */ function intltz_get_offset(IntlTimeZone $tz, float $date, bool $local, &$rawOffset, &$dstOffset): bool {} function intltz_get_raw_offset(IntlTimeZone $tz): int {} function intltz_get_region(string $zoneId): string|false {} function intltz_get_tz_data_version(): string|false {} function intltz_get_unknown(): IntlTimeZone {} #if U_ICU_VERSION_MAJOR_NUM >= 52 function intltz_get_windows_id(string $timezone): string|false {} function intltz_get_id_for_windows_id(string $timezone, ?string $region = null): string|false {} #endif function intltz_has_same_rules(IntlTimeZone $tz, IntlTimeZone $otherTimeZone): bool {} function intltz_to_date_time_zone(IntlTimeZone $tz): DateTimeZone|false {} function intltz_use_daylight_time(IntlTimeZone $tz): bool {} /* transliterator */ function transliterator_create(string $id, int $direction = Transliterator::FORWARD): ?Transliterator {} function transliterator_create_from_rules(string $rules, int $direction = Transliterator::FORWARD): ?Transliterator {} function transliterator_list_ids(): array|false {} function transliterator_create_inverse(Transliterator $orig_trans): ?Transliterator {} function transliterator_transliterate(Transliterator|string $transliterator, string $subject, int $start = 0, int $end = -1): string|false {} function transliterator_get_error_code(Transliterator $trans): int|false {} function transliterator_get_error_message(Transliterator $trans): string|false {}