Lines Matching refs:string

177 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {}
179 function intlcal_get_keyword_values_for_locale(string $keyword, string $locale, bool $onlyCommon): …
225 function intlcal_get_locale(IntlCalendar $calendar, int $type): string|false {}
237 function intlcal_get_type(IntlCalendar $calendar): string {}
265 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {}
271 function intlcal_get_error_message(IntlCalendar $calendar): string|false {}
291 function collator_create(string $locale): ?Collator {}
293 function collator_compare(Collator $object, string $string1, string $string2): int|false {}
309 function collator_get_locale(Collator $object, int $type): string|false {}
313 function collator_get_error_message(Collator $object): string|false {}
315 function collator_get_sort_key(Collator $object, string $string): string|false {} argument
321 function intl_get_error_message(): string {}
325 function intl_error_name(int $errorCode): string {}
331 ?string $locale,
336 ?string $pattern = null
347 function datefmt_get_timezone_id(IntlDateFormatter $formatter): string|false {}
356 function datefmt_set_pattern(IntlDateFormatter $formatter, string $pattern): bool {}
358 function datefmt_get_pattern(IntlDateFormatter $formatter): string|false {}
360 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f…
367 function datefmt_format(IntlDateFormatter $formatter, $datetime): string|false {}
373 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {}
376 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… argument
383 function datefmt_localtime(IntlDateFormatter $formatter, string $string, &$offset = null): array|fa… argument
387 function datefmt_get_error_message(IntlDateFormatter $formatter): string {}
391 function numfmt_create(string $locale, int $style, ?string $pattern = null): ?NumberFormatter {}
393 …erFormatter $formatter, int|float $num, int $type = NumberFormatter::TYPE_DEFAULT): string|false {}
396 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE… argument
398 …umfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): string|false {}
404 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n… argument
410 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool…
412 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {}
414 function numfmt_set_symbol(NumberFormatter $formatter, int $symbol, string $value): bool {}
416 function numfmt_get_symbol(NumberFormatter $formatter, int $symbol): string|false {}
418 function numfmt_set_pattern(NumberFormatter $formatter, string $pattern): bool {}
420 function numfmt_get_pattern(NumberFormatter $formatter): string|false {}
422 function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|fals…
426 function numfmt_get_error_message(NumberFormatter $formatter): string {}
430 function grapheme_strlen(string $string): int|false|null {} argument
432 function grapheme_strpos(string $haystack, string $needle, int $offset = 0): int|false {}
434 function grapheme_stripos(string $haystack, string $needle, int $offset = 0): int|false {}
436 function grapheme_strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
438 function grapheme_strripos(string $haystack, string $needle, int $offset = 0): int|false {}
440 function grapheme_substr(string $string, int $offset, ?int $length = null): string|false {} argument
442 function grapheme_strstr(string $haystack, string $needle, bool $beforeNeedle = false): string|fals…
444 function grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|fal…
447 function grapheme_extract(string $haystack, int $size, int $type = GRAPHEME_EXTR_COUNT, int $offset…
452 …unction idn_to_ascii(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_U…
455 function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_UT…
460 function locale_get_default(): string {}
462 function locale_set_default(string $locale): bool {}
464 function locale_get_primary_language(string $locale): ?string {}
466 function locale_get_script(string $locale): ?string {}
468 function locale_get_region(string $locale): ?string {}
474 function locale_get_keywords(string $locale): array|false|null {}
476 function locale_get_display_script(string $locale, ?string $displayLocale = null): string|false {}
478 function locale_get_display_region(string $locale, ?string $displayLocale = null): string|false {}
480 function locale_get_display_name(string $locale, ?string $displayLocale = null): string|false {}
482 function locale_get_display_language(string $locale, ?string $displayLocale = null): string|false {}
484 function locale_get_display_variant(string $locale, ?string $displayLocale = null): string|false {}
486 function locale_compose(array $subtags): string|false {}
488 function locale_parse(string $locale): ?array {}
490 function locale_get_all_variants(string $locale): ?array {}
492 function locale_filter_matches(string $languageTag, string $locale, bool $canonicalize = false): ?b…
494 function locale_canonicalize(string $locale): ?string {}
496 … locale_lookup(array $languageTag, string $locale, bool $canonicalize = false, ?string $defaultLoc…
498 function locale_accept_from_http(string $header): string|false {}
502 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {}
504 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {}
506 function msgfmt_format_message(string $locale, string $pattern, array $values): string|false {}
512 function msgfmt_parse(MessageFormatter $formatter, string $string): array|false {} argument
518 function msgfmt_parse_message(string $locale, string $pattern, string $message): array|false {}
520 function msgfmt_set_pattern(MessageFormatter $formatter, string $pattern): bool {}
522 function msgfmt_get_pattern(MessageFormatter $formatter): string|false {}
524 function msgfmt_get_locale(MessageFormatter $formatter): string {}
528 function msgfmt_get_error_message(MessageFormatter $formatter): string {}
532 function normalizer_normalize(string $string, int $form = Normalizer::FORM_C): string|false {} argument
534 function normalizer_is_normalized(string $string, int $form = Normalizer::FORM_C): bool {} argument
537 function normalizer_get_raw_decomposition(string $string, int $form = Normalizer::FORM_C): ?string argument
542 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
553 function resourcebundle_locales(string $bundle): array|false {}
557 function resourcebundle_get_error_message(ResourceBundle $bundle): string {}
561 function intltz_count_equivalent_ids(string $timezoneId): int|false {}
568 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {}
570 function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset …
575 function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null): string|false {}
577 …bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): string|false …
581 function intltz_get_equivalent_id(string $timezoneId, int $offset): string|false {}
585 function intltz_get_error_message(IntlTimeZone $timezone): string|false {}
589 function intltz_get_id(IntlTimeZone $timezone): string|false {}
599 function intltz_get_region(string $timezoneId): string|false {}
601 function intltz_get_tz_data_version(): string|false {}
606 function intltz_get_windows_id(string $timezoneId): string|false {}
608 function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {}
619 function transliterator_create(string $id, int $direction = Transliterator::FORWARD): ?Transliterat…
621 function transliterator_create_from_rules(string $rules, int $direction = Transliterator::FORWARD):…
631 …terator_transliterate(Transliterator|string $transliterator, string $string, int $start = 0, int $… argument
635 function transliterator_get_error_message(Transliterator $transliterator): string|false {}