= 56 function normalizer_get_raw_decomposition(string $string, int $form = Normalizer::FORM_C): ?string {} #endif /* resourceboundle */ function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceBundle {} /** * @param string|int $index * @return mixed */ function resourcebundle_get(ResourceBundle $bundle, $index, bool $fallback = true) {} function resourcebundle_count(ResourceBundle $bundle): int {} function resourcebundle_locales(string $bundle): 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 $timezoneId): 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 $timezoneId): ?IntlTimeZone {} function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset = null): IntlIterator|false {} function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {} /** @param bool $isSystemId */ function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {} function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): string|false {} function intltz_get_dst_savings(IntlTimeZone $timezone): int {} function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {} function intltz_get_error_code(IntlTimeZone $timezone): int|false {} function intltz_get_error_message(IntlTimeZone $timezone): string|false {} function intltz_get_gmt(): IntlTimeZone {} function intltz_get_id(IntlTimeZone $timezone): string|false {} /** * @param int $rawOffset * @param int $dstOffset */ function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {} function intltz_get_raw_offset(IntlTimeZone $timezone): int {} function intltz_get_region(string $timezoneId): 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 $timezoneId): string|false {} function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {} #endif function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {} function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {} function intltz_use_daylight_time(IntlTimeZone $timezone): 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 $transliterator): ?Transliterator {} function transliterator_transliterate(Transliterator|string $transliterator, string $string, int $start = 0, int $end = -1): string|false {} function transliterator_get_error_code(Transliterator $transliterator): int|false {} function transliterator_get_error_message(Transliterator $transliterator): string|false {}