php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_intl.stub.php File Reference

Go to the source code of this file.

Data Structures

class  IntlException
 

Functions

 intlcal_create_instance ($timezone=null, ?string $locale=null)
 
 intlcal_get_keyword_values_for_locale (string $keyword, string $locale, bool $onlyCommon)
 
 intlcal_get_now ()
 
 intlcal_get_available_locales ()
 
 intlcal_get (IntlCalendar $calendar, int $field)
 
 intlcal_get_time (IntlCalendar $calendar)
 
 intlcal_set_time (IntlCalendar $calendar, float $timestamp)
 
 intlcal_add (IntlCalendar $calendar, int $field, int $value)
 
 intlcal_set_time_zone (IntlCalendar $calendar, $timezone)
 
 intlcal_after (IntlCalendar $calendar, IntlCalendar $other)
 
 intlcal_before (IntlCalendar $calendar, IntlCalendar $other)
 
 intlcal_set (IntlCalendar $calendar, int $year, int $month, int $dayOfMonth=UNKNOWN, int $hour=UNKNOWN, int $minute=UNKNOWN, int $second=UNKNOWN)
 
 intlcal_roll (IntlCalendar $calendar, int $field, $value)
 
 intlcal_clear (IntlCalendar $calendar, ?int $field=null)
 
 intlcal_field_difference (IntlCalendar $calendar, float $timestamp, int $field)
 
 intlcal_get_actual_maximum (IntlCalendar $calendar, int $field)
 
 intlcal_get_actual_minimum (IntlCalendar $calendar, int $field)
 
 intlcal_get_day_of_week_type (IntlCalendar $calendar, int $dayOfWeek)
 
 intlcal_get_first_day_of_week (IntlCalendar $calendar)
 
 intlcal_get_least_maximum (IntlCalendar $calendar, int $field)
 
 intlcal_get_greatest_minimum (IntlCalendar $calendar, int $field)
 
 intlcal_get_locale (IntlCalendar $calendar, int $type)
 
 intlcal_get_maximum (IntlCalendar $calendar, int $field)
 
 intlcal_get_minimal_days_in_first_week (IntlCalendar $calendar)
 
 intlcal_set_minimal_days_in_first_week (IntlCalendar $calendar, int $days)
 
 intlcal_get_minimum (IntlCalendar $calendar, int $field)
 
 intlcal_get_time_zone (IntlCalendar $calendar)
 
 intlcal_get_type (IntlCalendar $calendar)
 
 intlcal_get_weekend_transition (IntlCalendar $calendar, int $dayOfWeek)
 
 intlcal_in_daylight_time (IntlCalendar $calendar)
 
 intlcal_is_lenient (IntlCalendar $calendar)
 
 intlcal_is_set (IntlCalendar $calendar, int $field)
 
 intlcal_is_equivalent_to (IntlCalendar $calendar, IntlCalendar $other)
 
 intlcal_is_weekend (IntlCalendar $calendar, ?float $timestamp=null)
 
 intlcal_set_first_day_of_week (IntlCalendar $calendar, int $dayOfWeek)
 
 intlcal_set_lenient (IntlCalendar $calendar, bool $lenient)
 
 intlcal_get_repeated_wall_time_option (IntlCalendar $calendar)
 
 intlcal_equals (IntlCalendar $calendar, IntlCalendar $other)
 
 intlcal_get_skipped_wall_time_option (IntlCalendar $calendar)
 
 intlcal_set_repeated_wall_time_option (IntlCalendar $calendar, int $option)
 
 intlcal_set_skipped_wall_time_option (IntlCalendar $calendar, int $option)
 
 intlcal_from_date_time (DateTime|string $datetime, ?string $locale=null)
 
 intlcal_to_date_time (IntlCalendar $calendar)
 
 intlcal_get_error_code (IntlCalendar $calendar)
 
 intlcal_get_error_message (IntlCalendar $calendar)
 
 intlgregcal_create_instance ($timezoneOrYear=UNKNOWN, $localeOrMonth=UNKNOWN, $day=UNKNOWN, $hour=UNKNOWN, $minute=UNKNOWN, $second=UNKNOWN)
 
 intlgregcal_set_gregorian_change (IntlGregorianCalendar $calendar, float $timestamp)
 
 intlgregcal_get_gregorian_change (IntlGregorianCalendar $calendar)
 
 intlgregcal_is_leap_year (IntlGregorianCalendar $calendar, int $year)
 
 collator_create (string $locale)
 
 collator_compare (Collator $object, string $string1, string $string2)
 
 collator_get_attribute (Collator $object, int $attribute)
 
 collator_set_attribute (Collator $object, int $attribute, int $value)
 
 collator_get_strength (Collator $object)
 
 collator_set_strength (Collator $object, int $strength)
 
 collator_sort (Collator $object, array &$array, int $flags=Collator::SORT_REGULAR)
 
 collator_sort_with_sort_keys (Collator $object, array &$array)
 
 collator_asort (Collator $object, array &$array, int $flags=Collator::SORT_REGULAR)
 
 collator_get_locale (Collator $object, int $type)
 
 collator_get_error_code (Collator $object)
 
 collator_get_error_message (Collator $object)
 
 collator_get_sort_key (Collator $object, string $string)
 
 intl_get_error_code ()
 
 intl_get_error_message ()
 
 intl_is_failure (int $errorCode)
 
 intl_error_name (int $errorCode)
 
 datefmt_create (?string $locale, int $dateType=IntlDateFormatter::FULL, int $timeType=IntlDateFormatter::FULL, $timezone=null, IntlCalendar|int|null $calendar=null, ?string $pattern=null)
 
 datefmt_get_datetype (IntlDateFormatter $formatter)
 
 datefmt_get_timetype (IntlDateFormatter $formatter)
 
 datefmt_get_calendar (IntlDateFormatter $formatter)
 
 datefmt_set_calendar (IntlDateFormatter $formatter, IntlCalendar|int|null $calendar)
 
 datefmt_get_timezone_id (IntlDateFormatter $formatter)
 
 datefmt_get_calendar_object (IntlDateFormatter $formatter)
 
 datefmt_get_timezone (IntlDateFormatter $formatter)
 
 datefmt_set_timezone (IntlDateFormatter $formatter, $timezone)
 
 datefmt_set_pattern (IntlDateFormatter $formatter, string $pattern)
 
 datefmt_get_pattern (IntlDateFormatter $formatter)
 
 datefmt_get_locale (IntlDateFormatter $formatter, int $type=ULOC_ACTUAL_LOCALE)
 
 datefmt_set_lenient (IntlDateFormatter $formatter, bool $lenient)
 
 datefmt_is_lenient (IntlDateFormatter $formatter)
 
 datefmt_format (IntlDateFormatter $formatter, $datetime)
 
 datefmt_format_object ($datetime, $format=null, ?string $locale=null)
 
 datefmt_parse (IntlDateFormatter $formatter, string $string, &$offset=null)
 
 datefmt_localtime (IntlDateFormatter $formatter, string $string, &$offset=null)
 
 datefmt_get_error_code (IntlDateFormatter $formatter)
 
 datefmt_get_error_message (IntlDateFormatter $formatter)
 
 numfmt_create (string $locale, int $style, ?string $pattern=null)
 
 numfmt_format (NumberFormatter $formatter, int|float $num, int $type=NumberFormatter::TYPE_DEFAULT)
 
 numfmt_parse (NumberFormatter $formatter, string $string, int $type=NumberFormatter::TYPE_DOUBLE, &$offset=null)
 
 numfmt_format_currency (NumberFormatter $formatter, float $amount, string $currency)
 
 numfmt_parse_currency (NumberFormatter $formatter, string $string, &$currency, &$offset=null)
 
 numfmt_set_attribute (NumberFormatter $formatter, int $attribute, int|float $value)
 
 numfmt_get_attribute (NumberFormatter $formatter, int $attribute)
 
 numfmt_set_text_attribute (NumberFormatter $formatter, int $attribute, string $value)
 
 numfmt_get_text_attribute (NumberFormatter $formatter, int $attribute)
 
 numfmt_set_symbol (NumberFormatter $formatter, int $symbol, string $value)
 
 numfmt_get_symbol (NumberFormatter $formatter, int $symbol)
 
 numfmt_set_pattern (NumberFormatter $formatter, string $pattern)
 
 numfmt_get_pattern (NumberFormatter $formatter)
 
 numfmt_get_locale (NumberFormatter $formatter, int $type=ULOC_ACTUAL_LOCALE)
 
 numfmt_get_error_code (NumberFormatter $formatter)
 
 numfmt_get_error_message (NumberFormatter $formatter)
 
 grapheme_strlen (string $string)
 
 grapheme_strpos (string $haystack, string $needle, int $offset=0)
 
 grapheme_stripos (string $haystack, string $needle, int $offset=0)
 
 grapheme_strrpos (string $haystack, string $needle, int $offset=0)
 
 grapheme_strripos (string $haystack, string $needle, int $offset=0)
 
 grapheme_substr (string $string, int $offset, ?int $length=null)
 
 grapheme_strstr (string $haystack, string $needle, bool $beforeNeedle=false)
 
 grapheme_stristr (string $haystack, string $needle, bool $beforeNeedle=false)
 
 grapheme_str_split (string $string, int $length=1)
 
 grapheme_extract (string $haystack, int $size, int $type=GRAPHEME_EXTR_COUNT, int $offset=0, &$next=null)
 
 idn_to_ascii (string $domain, int $flags=IDNA_DEFAULT, int $variant=INTL_IDNA_VARIANT_UTS46, &$idna_info=null)
 
 idn_to_utf8 (string $domain, int $flags=IDNA_DEFAULT, int $variant=INTL_IDNA_VARIANT_UTS46, &$idna_info=null)
 
 locale_get_default ()
 
 locale_set_default (string $locale)
 
 locale_get_primary_language (string $locale)
 
 locale_get_script (string $locale)
 
 locale_get_region (string $locale)
 
 locale_get_keywords (string $locale)
 
 locale_get_display_script (string $locale, ?string $displayLocale=null)
 
 locale_get_display_region (string $locale, ?string $displayLocale=null)
 
 locale_get_display_name (string $locale, ?string $displayLocale=null)
 
 locale_get_display_language (string $locale, ?string $displayLocale=null)
 
 locale_get_display_variant (string $locale, ?string $displayLocale=null)
 
 locale_compose (array $subtags)
 
 locale_parse (string $locale)
 
 locale_get_all_variants (string $locale)
 
 locale_filter_matches (string $languageTag, string $locale, bool $canonicalize=false)
 
 locale_canonicalize (string $locale)
 
 locale_lookup (array $languageTag, string $locale, bool $canonicalize=false, ?string $defaultLocale=null)
 
 locale_accept_from_http (string $header)
 
 msgfmt_create (string $locale, string $pattern)
 
 msgfmt_format (MessageFormatter $formatter, array $values)
 
 msgfmt_format_message (string $locale, string $pattern, array $values)
 
 msgfmt_parse (MessageFormatter $formatter, string $string)
 
 msgfmt_parse_message (string $locale, string $pattern, string $message)
 
 msgfmt_set_pattern (MessageFormatter $formatter, string $pattern)
 
 msgfmt_get_pattern (MessageFormatter $formatter)
 
 msgfmt_get_locale (MessageFormatter $formatter)
 
 msgfmt_get_error_code (MessageFormatter $formatter)
 
 msgfmt_get_error_message (MessageFormatter $formatter)
 
 normalizer_normalize (string $string, int $form=Normalizer::FORM_C)
 
 normalizer_is_normalized (string $string, int $form=Normalizer::FORM_C)
 
 normalizer_get_raw_decomposition (string $string, int $form=Normalizer::FORM_C)
 
 resourcebundle_create (?string $locale, ?string $bundle, bool $fallback=true)
 
 resourcebundle_get (ResourceBundle $bundle, string|int $index, bool $fallback=true)
 
 resourcebundle_count (ResourceBundle $bundle)
 
 resourcebundle_locales (string $bundle)
 
 resourcebundle_get_error_code (ResourceBundle $bundle)
 
 resourcebundle_get_error_message (ResourceBundle $bundle)
 
 intltz_count_equivalent_ids (string $timezoneId)
 
 intltz_create_default ()
 
 intltz_create_enumeration ($countryOrRawOffset=null)
 
 intltz_create_time_zone (string $timezoneId)
 
 intltz_create_time_zone_id_enumeration (int $type, ?string $region=null, ?int $rawOffset=null)
 
 intltz_from_date_time_zone (DateTimeZone $timezone)
 
 intltz_get_canonical_id (string $timezoneId, &$isSystemId=null)
 
 intltz_get_display_name (IntlTimeZone $timezone, bool $dst=false, int $style=IntlTimeZone::DISPLAY_LONG, ?string $locale=null)
 
 intltz_get_dst_savings (IntlTimeZone $timezone)
 
 intltz_get_equivalent_id (string $timezoneId, int $offset)
 
 intltz_get_error_code (IntlTimeZone $timezone)
 
 intltz_get_error_message (IntlTimeZone $timezone)
 
 intltz_get_gmt ()
 
 intltz_get_id (IntlTimeZone $timezone)
 
 intltz_get_offset (IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$dstOffset)
 
 intltz_get_raw_offset (IntlTimeZone $timezone)
 
 intltz_get_region (string $timezoneId)
 
 intltz_get_tz_data_version ()
 
 intltz_get_unknown ()
 
 intltz_get_windows_id (string $timezoneId)
 
 intltz_get_id_for_windows_id (string $timezoneId, ?string $region=null)
 
 intltz_has_same_rules (IntlTimeZone $timezone, IntlTimeZone $other)
 
 intltz_to_date_time_zone (IntlTimeZone $timezone)
 
 intltz_use_daylight_time (IntlTimeZone $timezone)
 
 intltz_get_iana_id (string $timezoneId)
 
 transliterator_create (string $id, int $direction=Transliterator::FORWARD)
 
 transliterator_create_from_rules (string $rules, int $direction=Transliterator::FORWARD)
 
 transliterator_list_ids ()
 
 transliterator_create_inverse (Transliterator $transliterator)
 
 transliterator_transliterate (Transliterator|string $transliterator, string $string, int $start=0, int $end=-1)
 
 transliterator_get_error_code (Transliterator $transliterator)
 
 transliterator_get_error_message (Transliterator $transliterator)
 

Variables

const INTL_MAX_LOCALE_LEN = UNKNOWN
 
const INTL_ICU_VERSION = UNKNOWN
 
const INTL_ICU_DATA_VERSION = UNKNOWN
 
const GRAPHEME_EXTR_COUNT = UNKNOWN
 
const GRAPHEME_EXTR_MAXBYTES = UNKNOWN
 
const GRAPHEME_EXTR_MAXCHARS = UNKNOWN
 
const IDNA_DEFAULT = UNKNOWN
 
const IDNA_ALLOW_UNASSIGNED = UNKNOWN
 
const IDNA_USE_STD3_RULES = UNKNOWN
 
const IDNA_CHECK_BIDI = UNKNOWN
 
const IDNA_CHECK_CONTEXTJ = UNKNOWN
 
const IDNA_NONTRANSITIONAL_TO_ASCII = UNKNOWN
 
const IDNA_NONTRANSITIONAL_TO_UNICODE = UNKNOWN
 
const INTL_IDNA_VARIANT_UTS46 = UNKNOWN
 
const IDNA_ERROR_EMPTY_LABEL = UNKNOWN
 
const IDNA_ERROR_LABEL_TOO_LONG = UNKNOWN
 
const IDNA_ERROR_DOMAIN_NAME_TOO_LONG = UNKNOWN
 
const IDNA_ERROR_LEADING_HYPHEN = UNKNOWN
 
const IDNA_ERROR_TRAILING_HYPHEN = UNKNOWN
 
const IDNA_ERROR_HYPHEN_3_4 = UNKNOWN
 
const IDNA_ERROR_LEADING_COMBINING_MARK = UNKNOWN
 
const IDNA_ERROR_DISALLOWED = UNKNOWN
 
const IDNA_ERROR_PUNYCODE = UNKNOWN
 
const IDNA_ERROR_LABEL_HAS_DOT = UNKNOWN
 
const IDNA_ERROR_INVALID_ACE_LABEL = UNKNOWN
 
const IDNA_ERROR_BIDI = UNKNOWN
 
const IDNA_ERROR_CONTEXTJ = UNKNOWN
 

Function Documentation

◆ collator_asort()

collator_asort ( Collator $object,
array & $array,
int $flags = Collator::SORT_REGULAR )

Definition at line 309 of file php_intl.stub.php.

◆ collator_compare()

collator_compare ( Collator $object,
string $string1,
string $string2 )

Definition at line 295 of file php_intl.stub.php.

◆ collator_create()

collator_create ( string $locale)

Definition at line 293 of file php_intl.stub.php.

◆ collator_get_attribute()

collator_get_attribute ( Collator $object,
int $attribute )

Definition at line 297 of file php_intl.stub.php.

◆ collator_get_error_code()

collator_get_error_code ( Collator $object)

Definition at line 313 of file php_intl.stub.php.

◆ collator_get_error_message()

collator_get_error_message ( Collator $object)

Definition at line 315 of file php_intl.stub.php.

◆ collator_get_locale()

collator_get_locale ( Collator $object,
int $type )

Definition at line 311 of file php_intl.stub.php.

◆ collator_get_sort_key()

collator_get_sort_key ( Collator $object,
string $string )

Definition at line 317 of file php_intl.stub.php.

◆ collator_get_strength()

collator_get_strength ( Collator $object)

Definition at line 301 of file php_intl.stub.php.

◆ collator_set_attribute()

collator_set_attribute ( Collator $object,
int $attribute,
int $value )

Definition at line 299 of file php_intl.stub.php.

◆ collator_set_strength()

collator_set_strength ( Collator $object,
int $strength )

Definition at line 303 of file php_intl.stub.php.

◆ collator_sort()

collator_sort ( Collator $object,
array & $array,
int $flags = Collator::SORT_REGULAR )

Definition at line 305 of file php_intl.stub.php.

◆ collator_sort_with_sort_keys()

collator_sort_with_sort_keys ( Collator $object,
array & $array )

Definition at line 307 of file php_intl.stub.php.

◆ datefmt_create()

datefmt_create ( ?string $locale,
int $dateType = IntlDateFormatter::FULL,
int $timeType = IntlDateFormatter::FULL,
$timezone = null,
IntlCalendar|int|null $calendar = null,
?string $pattern = null )
Parameters
IntlTimeZone | DateTimeZone | string | null$timezone

Definition at line 332 of file php_intl.stub.php.

◆ datefmt_format()

datefmt_format ( IntlDateFormatter $formatter,
$datetime )
Parameters
IntlCalendar | DateTimeInterface | array | string | int | float$datetime

Definition at line 369 of file php_intl.stub.php.

◆ datefmt_format_object()

datefmt_format_object ( $datetime,
$format = null,
?string $locale = null )
Parameters
IntlCalendar | DateTimeInterface$datetime
array | int | string | null$format

Definition at line 375 of file php_intl.stub.php.

◆ datefmt_get_calendar()

datefmt_get_calendar ( IntlDateFormatter $formatter)

Definition at line 345 of file php_intl.stub.php.

◆ datefmt_get_calendar_object()

datefmt_get_calendar_object ( IntlDateFormatter $formatter)

Definition at line 351 of file php_intl.stub.php.

◆ datefmt_get_datetype()

datefmt_get_datetype ( IntlDateFormatter $formatter)

Definition at line 341 of file php_intl.stub.php.

◆ datefmt_get_error_code()

datefmt_get_error_code ( IntlDateFormatter $formatter)

Definition at line 387 of file php_intl.stub.php.

◆ datefmt_get_error_message()

datefmt_get_error_message ( IntlDateFormatter $formatter)

Definition at line 389 of file php_intl.stub.php.

◆ datefmt_get_locale()

datefmt_get_locale ( IntlDateFormatter $formatter,
int $type = ULOC_ACTUAL_LOCALE )

Definition at line 362 of file php_intl.stub.php.

◆ datefmt_get_pattern()

datefmt_get_pattern ( IntlDateFormatter $formatter)

Definition at line 360 of file php_intl.stub.php.

◆ datefmt_get_timetype()

datefmt_get_timetype ( IntlDateFormatter $formatter)

Definition at line 343 of file php_intl.stub.php.

◆ datefmt_get_timezone()

datefmt_get_timezone ( IntlDateFormatter $formatter)

Definition at line 353 of file php_intl.stub.php.

◆ datefmt_get_timezone_id()

datefmt_get_timezone_id ( IntlDateFormatter $formatter)

Definition at line 349 of file php_intl.stub.php.

◆ datefmt_is_lenient()

datefmt_is_lenient ( IntlDateFormatter $formatter)

Definition at line 366 of file php_intl.stub.php.

◆ datefmt_localtime()

datefmt_localtime ( IntlDateFormatter $formatter,
string $string,
& $offset = null )
Parameters
int$offset
Returns
array<string, int>|false @refcount 1

Definition at line 385 of file php_intl.stub.php.

◆ datefmt_parse()

datefmt_parse ( IntlDateFormatter $formatter,
string $string,
& $offset = null )
Parameters
int$offset

Definition at line 378 of file php_intl.stub.php.

◆ datefmt_set_calendar()

datefmt_set_calendar ( IntlDateFormatter $formatter,
IntlCalendar|int|null $calendar )

Definition at line 347 of file php_intl.stub.php.

◆ datefmt_set_lenient()

datefmt_set_lenient ( IntlDateFormatter $formatter,
bool $lenient )

Definition at line 364 of file php_intl.stub.php.

◆ datefmt_set_pattern()

datefmt_set_pattern ( IntlDateFormatter $formatter,
string $pattern )

Definition at line 358 of file php_intl.stub.php.

◆ datefmt_set_timezone()

datefmt_set_timezone ( IntlDateFormatter $formatter,
$timezone )
Parameters
IntlTimeZone | DateTimeZone | string | null$timezone

Definition at line 356 of file php_intl.stub.php.

◆ grapheme_extract()

grapheme_extract ( string $haystack,
int $size,
int $type = GRAPHEME_EXTR_COUNT,
int $offset = 0,
& $next = null )
Parameters
int$next

Definition at line 451 of file php_intl.stub.php.

◆ grapheme_str_split()

grapheme_str_split ( string $string,
int $length = 1 )

Definition at line 448 of file php_intl.stub.php.

◆ grapheme_stripos()

grapheme_stripos ( string $haystack,
string $needle,
int $offset = 0 )

Definition at line 436 of file php_intl.stub.php.

◆ grapheme_stristr()

grapheme_stristr ( string $haystack,
string $needle,
bool $beforeNeedle = false )

Definition at line 446 of file php_intl.stub.php.

◆ grapheme_strlen()

grapheme_strlen ( string $string)

Definition at line 432 of file php_intl.stub.php.

◆ grapheme_strpos()

grapheme_strpos ( string $haystack,
string $needle,
int $offset = 0 )

Definition at line 434 of file php_intl.stub.php.

◆ grapheme_strripos()

grapheme_strripos ( string $haystack,
string $needle,
int $offset = 0 )

Definition at line 440 of file php_intl.stub.php.

◆ grapheme_strrpos()

grapheme_strrpos ( string $haystack,
string $needle,
int $offset = 0 )

Definition at line 438 of file php_intl.stub.php.

◆ grapheme_strstr()

grapheme_strstr ( string $haystack,
string $needle,
bool $beforeNeedle = false )

Definition at line 444 of file php_intl.stub.php.

◆ grapheme_substr()

grapheme_substr ( string $string,
int $offset,
?int $length = null )

Definition at line 442 of file php_intl.stub.php.

◆ idn_to_ascii()

idn_to_ascii ( string $domain,
int $flags = IDNA_DEFAULT,
int $variant = INTL_IDNA_VARIANT_UTS46,
& $idna_info = null )
Parameters
array$idna_info

Definition at line 456 of file php_intl.stub.php.

◆ idn_to_utf8()

idn_to_utf8 ( string $domain,
int $flags = IDNA_DEFAULT,
int $variant = INTL_IDNA_VARIANT_UTS46,
& $idna_info = null )
Parameters
array$idna_info

Definition at line 459 of file php_intl.stub.php.

◆ intl_error_name()

intl_error_name ( int $errorCode)

Definition at line 327 of file php_intl.stub.php.

◆ intl_get_error_code()

intl_get_error_code ( )

Definition at line 321 of file php_intl.stub.php.

◆ intl_get_error_message()

intl_get_error_message ( )

Definition at line 323 of file php_intl.stub.php.

◆ intl_is_failure()

intl_is_failure ( int $errorCode)

Definition at line 325 of file php_intl.stub.php.

◆ intlcal_add()

intlcal_add ( IntlCalendar $calendar,
int $field,
int $value )

Definition at line 195 of file php_intl.stub.php.

◆ intlcal_after()

intlcal_after ( IntlCalendar $calendar,
IntlCalendar $other )

Definition at line 200 of file php_intl.stub.php.

◆ intlcal_before()

intlcal_before ( IntlCalendar $calendar,
IntlCalendar $other )

Definition at line 202 of file php_intl.stub.php.

◆ intlcal_clear()

intlcal_clear ( IntlCalendar $calendar,
?int $field = null )

Definition at line 210 of file php_intl.stub.php.

◆ intlcal_create_instance()

intlcal_create_instance ( $timezone = null,
?string $locale = null )
Parameters
IntlTimeZone | DateTimeZone | string | null$timezone

Definition at line 177 of file php_intl.stub.php.

◆ intlcal_equals()

intlcal_equals ( IntlCalendar $calendar,
IntlCalendar $other )

Definition at line 258 of file php_intl.stub.php.

◆ intlcal_field_difference()

intlcal_field_difference ( IntlCalendar $calendar,
float $timestamp,
int $field )

Definition at line 212 of file php_intl.stub.php.

◆ intlcal_from_date_time()

intlcal_from_date_time ( DateTime|string $datetime,
?string $locale = null )

Definition at line 266 of file php_intl.stub.php.

◆ intlcal_get()

intlcal_get ( IntlCalendar $calendar,
int $field )

Definition at line 189 of file php_intl.stub.php.

◆ intlcal_get_actual_maximum()

intlcal_get_actual_maximum ( IntlCalendar $calendar,
int $field )

Definition at line 214 of file php_intl.stub.php.

◆ intlcal_get_actual_minimum()

intlcal_get_actual_minimum ( IntlCalendar $calendar,
int $field )

Definition at line 216 of file php_intl.stub.php.

◆ intlcal_get_available_locales()

intlcal_get_available_locales ( )
Returns
array<int, string> @refcount 1

Definition at line 187 of file php_intl.stub.php.

◆ intlcal_get_day_of_week_type()

intlcal_get_day_of_week_type ( IntlCalendar $calendar,
int $dayOfWeek )

Definition at line 218 of file php_intl.stub.php.

◆ intlcal_get_error_code()

intlcal_get_error_code ( IntlCalendar $calendar)

Definition at line 270 of file php_intl.stub.php.

◆ intlcal_get_error_message()

intlcal_get_error_message ( IntlCalendar $calendar)

Definition at line 272 of file php_intl.stub.php.

◆ intlcal_get_first_day_of_week()

intlcal_get_first_day_of_week ( IntlCalendar $calendar)

Definition at line 220 of file php_intl.stub.php.

◆ intlcal_get_greatest_minimum()

intlcal_get_greatest_minimum ( IntlCalendar $calendar,
int $field )

Definition at line 224 of file php_intl.stub.php.

◆ intlcal_get_keyword_values_for_locale()

intlcal_get_keyword_values_for_locale ( string $keyword,
string $locale,
bool $onlyCommon )

Definition at line 179 of file php_intl.stub.php.

◆ intlcal_get_least_maximum()

intlcal_get_least_maximum ( IntlCalendar $calendar,
int $field )

Definition at line 222 of file php_intl.stub.php.

◆ intlcal_get_locale()

intlcal_get_locale ( IntlCalendar $calendar,
int $type )

Definition at line 226 of file php_intl.stub.php.

◆ intlcal_get_maximum()

intlcal_get_maximum ( IntlCalendar $calendar,
int $field )

Definition at line 228 of file php_intl.stub.php.

◆ intlcal_get_minimal_days_in_first_week()

intlcal_get_minimal_days_in_first_week ( IntlCalendar $calendar)

Definition at line 230 of file php_intl.stub.php.

◆ intlcal_get_minimum()

intlcal_get_minimum ( IntlCalendar $calendar,
int $field )

Definition at line 234 of file php_intl.stub.php.

◆ intlcal_get_now()

intlcal_get_now ( )

Definition at line 181 of file php_intl.stub.php.

◆ intlcal_get_repeated_wall_time_option()

intlcal_get_repeated_wall_time_option ( IntlCalendar $calendar)

Definition at line 256 of file php_intl.stub.php.

◆ intlcal_get_skipped_wall_time_option()

intlcal_get_skipped_wall_time_option ( IntlCalendar $calendar)

Definition at line 260 of file php_intl.stub.php.

◆ intlcal_get_time()

intlcal_get_time ( IntlCalendar $calendar)

Definition at line 191 of file php_intl.stub.php.

◆ intlcal_get_time_zone()

intlcal_get_time_zone ( IntlCalendar $calendar)

Definition at line 236 of file php_intl.stub.php.

◆ intlcal_get_type()

intlcal_get_type ( IntlCalendar $calendar)

Definition at line 238 of file php_intl.stub.php.

◆ intlcal_get_weekend_transition()

intlcal_get_weekend_transition ( IntlCalendar $calendar,
int $dayOfWeek )

Definition at line 240 of file php_intl.stub.php.

◆ intlcal_in_daylight_time()

intlcal_in_daylight_time ( IntlCalendar $calendar)

Definition at line 242 of file php_intl.stub.php.

◆ intlcal_is_equivalent_to()

intlcal_is_equivalent_to ( IntlCalendar $calendar,
IntlCalendar $other )

Definition at line 248 of file php_intl.stub.php.

◆ intlcal_is_lenient()

intlcal_is_lenient ( IntlCalendar $calendar)

Definition at line 244 of file php_intl.stub.php.

◆ intlcal_is_set()

intlcal_is_set ( IntlCalendar $calendar,
int $field )

Definition at line 246 of file php_intl.stub.php.

◆ intlcal_is_weekend()

intlcal_is_weekend ( IntlCalendar $calendar,
?float $timestamp = null )

Definition at line 250 of file php_intl.stub.php.

◆ intlcal_roll()

intlcal_roll ( IntlCalendar $calendar,
int $field,
$value )
Parameters
int | bool$value

Definition at line 208 of file php_intl.stub.php.

◆ intlcal_set()

intlcal_set ( IntlCalendar $calendar,
int $year,
int $month,
int $dayOfMonth = UNKNOWN,
int $hour = UNKNOWN,
int $minute = UNKNOWN,
int $second = UNKNOWN )

Definition at line 205 of file php_intl.stub.php.

◆ intlcal_set_first_day_of_week()

intlcal_set_first_day_of_week ( IntlCalendar $calendar,
int $dayOfWeek )

Definition at line 252 of file php_intl.stub.php.

◆ intlcal_set_lenient()

intlcal_set_lenient ( IntlCalendar $calendar,
bool $lenient )

Definition at line 254 of file php_intl.stub.php.

◆ intlcal_set_minimal_days_in_first_week()

intlcal_set_minimal_days_in_first_week ( IntlCalendar $calendar,
int $days )

Definition at line 232 of file php_intl.stub.php.

◆ intlcal_set_repeated_wall_time_option()

intlcal_set_repeated_wall_time_option ( IntlCalendar $calendar,
int $option )

Definition at line 262 of file php_intl.stub.php.

◆ intlcal_set_skipped_wall_time_option()

intlcal_set_skipped_wall_time_option ( IntlCalendar $calendar,
int $option )

Definition at line 264 of file php_intl.stub.php.

◆ intlcal_set_time()

intlcal_set_time ( IntlCalendar $calendar,
float $timestamp )

Definition at line 193 of file php_intl.stub.php.

◆ intlcal_set_time_zone()

intlcal_set_time_zone ( IntlCalendar $calendar,
$timezone )
Parameters
IntlTimeZone | DateTimeZone | string | null$timezone

Definition at line 198 of file php_intl.stub.php.

◆ intlcal_to_date_time()

intlcal_to_date_time ( IntlCalendar $calendar)

Definition at line 268 of file php_intl.stub.php.

◆ intlgregcal_create_instance()

intlgregcal_create_instance ( $timezoneOrYear = UNKNOWN,
$localeOrMonth = UNKNOWN,
$day = UNKNOWN,
$hour = UNKNOWN,
$minute = UNKNOWN,
$second = UNKNOWN )
Parameters
DateTimeZone | IntlTimeZone | string | int | null$timezoneOrYear
string | int | null$localeOrMonth
int$day
int$hour
int$minute
int$second

Definition at line 283 of file php_intl.stub.php.

◆ intlgregcal_get_gregorian_change()

intlgregcal_get_gregorian_change ( IntlGregorianCalendar $calendar)

Definition at line 287 of file php_intl.stub.php.

◆ intlgregcal_is_leap_year()

intlgregcal_is_leap_year ( IntlGregorianCalendar $calendar,
int $year )

Definition at line 289 of file php_intl.stub.php.

◆ intlgregcal_set_gregorian_change()

intlgregcal_set_gregorian_change ( IntlGregorianCalendar $calendar,
float $timestamp )

Definition at line 285 of file php_intl.stub.php.

◆ intltz_count_equivalent_ids()

intltz_count_equivalent_ids ( string $timezoneId)

Definition at line 564 of file php_intl.stub.php.

◆ intltz_create_default()

intltz_create_default ( )

Definition at line 566 of file php_intl.stub.php.

◆ intltz_create_enumeration()

intltz_create_enumeration ( $countryOrRawOffset = null)
Parameters
IntlTimeZone | string | int | float | null$countryOrRawOffset

Definition at line 569 of file php_intl.stub.php.

◆ intltz_create_time_zone()

intltz_create_time_zone ( string $timezoneId)

Definition at line 571 of file php_intl.stub.php.

◆ intltz_create_time_zone_id_enumeration()

intltz_create_time_zone_id_enumeration ( int $type,
?string $region = null,
?int $rawOffset = null )

Definition at line 573 of file php_intl.stub.php.

◆ intltz_from_date_time_zone()

intltz_from_date_time_zone ( DateTimeZone $timezone)

Definition at line 575 of file php_intl.stub.php.

◆ intltz_get_canonical_id()

intltz_get_canonical_id ( string $timezoneId,
& $isSystemId = null )
Parameters
bool$isSystemId

Definition at line 578 of file php_intl.stub.php.

◆ intltz_get_display_name()

intltz_get_display_name ( IntlTimeZone $timezone,
bool $dst = false,
int $style = IntlTimeZone::DISPLAY_LONG,
?string $locale = null )

Definition at line 580 of file php_intl.stub.php.

◆ intltz_get_dst_savings()

intltz_get_dst_savings ( IntlTimeZone $timezone)

Definition at line 582 of file php_intl.stub.php.

◆ intltz_get_equivalent_id()

intltz_get_equivalent_id ( string $timezoneId,
int $offset )

Definition at line 584 of file php_intl.stub.php.

◆ intltz_get_error_code()

intltz_get_error_code ( IntlTimeZone $timezone)

Definition at line 586 of file php_intl.stub.php.

◆ intltz_get_error_message()

intltz_get_error_message ( IntlTimeZone $timezone)

Definition at line 588 of file php_intl.stub.php.

◆ intltz_get_gmt()

intltz_get_gmt ( )

Definition at line 590 of file php_intl.stub.php.

◆ intltz_get_iana_id()

intltz_get_iana_id ( string $timezoneId)

Definition at line 621 of file php_intl.stub.php.

◆ intltz_get_id()

intltz_get_id ( IntlTimeZone $timezone)

Definition at line 592 of file php_intl.stub.php.

◆ intltz_get_id_for_windows_id()

intltz_get_id_for_windows_id ( string $timezoneId,
?string $region = null )

Definition at line 611 of file php_intl.stub.php.

◆ intltz_get_offset()

intltz_get_offset ( IntlTimeZone $timezone,
float $timestamp,
bool $local,
& $rawOffset,
& $dstOffset )
Parameters
int$rawOffset
int$dstOffset

Definition at line 598 of file php_intl.stub.php.

◆ intltz_get_raw_offset()

intltz_get_raw_offset ( IntlTimeZone $timezone)

Definition at line 600 of file php_intl.stub.php.

◆ intltz_get_region()

intltz_get_region ( string $timezoneId)

Definition at line 602 of file php_intl.stub.php.

◆ intltz_get_tz_data_version()

intltz_get_tz_data_version ( )

Definition at line 604 of file php_intl.stub.php.

◆ intltz_get_unknown()

intltz_get_unknown ( )

Definition at line 606 of file php_intl.stub.php.

◆ intltz_get_windows_id()

intltz_get_windows_id ( string $timezoneId)

Definition at line 609 of file php_intl.stub.php.

◆ intltz_has_same_rules()

intltz_has_same_rules ( IntlTimeZone $timezone,
IntlTimeZone $other )

Definition at line 614 of file php_intl.stub.php.

◆ intltz_to_date_time_zone()

intltz_to_date_time_zone ( IntlTimeZone $timezone)

Definition at line 616 of file php_intl.stub.php.

◆ intltz_use_daylight_time()

intltz_use_daylight_time ( IntlTimeZone $timezone)

Definition at line 618 of file php_intl.stub.php.

◆ locale_accept_from_http()

locale_accept_from_http ( string $header)

Definition at line 502 of file php_intl.stub.php.

◆ locale_canonicalize()

locale_canonicalize ( string $locale)

Definition at line 498 of file php_intl.stub.php.

◆ locale_compose()

locale_compose ( array $subtags)

Definition at line 490 of file php_intl.stub.php.

◆ locale_filter_matches()

locale_filter_matches ( string $languageTag,
string $locale,
bool $canonicalize = false )

Definition at line 496 of file php_intl.stub.php.

◆ locale_get_all_variants()

locale_get_all_variants ( string $locale)

Definition at line 494 of file php_intl.stub.php.

◆ locale_get_default()

locale_get_default ( )

Definition at line 464 of file php_intl.stub.php.

◆ locale_get_display_language()

locale_get_display_language ( string $locale,
?string $displayLocale = null )

Definition at line 486 of file php_intl.stub.php.

◆ locale_get_display_name()

locale_get_display_name ( string $locale,
?string $displayLocale = null )

Definition at line 484 of file php_intl.stub.php.

◆ locale_get_display_region()

locale_get_display_region ( string $locale,
?string $displayLocale = null )

Definition at line 482 of file php_intl.stub.php.

◆ locale_get_display_script()

locale_get_display_script ( string $locale,
?string $displayLocale = null )

Definition at line 480 of file php_intl.stub.php.

◆ locale_get_display_variant()

locale_get_display_variant ( string $locale,
?string $displayLocale = null )

Definition at line 488 of file php_intl.stub.php.

◆ locale_get_keywords()

locale_get_keywords ( string $locale)
Returns
array<string, string>|false|null @refcount 1

Definition at line 478 of file php_intl.stub.php.

◆ locale_get_primary_language()

locale_get_primary_language ( string $locale)

Definition at line 468 of file php_intl.stub.php.

◆ locale_get_region()

locale_get_region ( string $locale)

Definition at line 472 of file php_intl.stub.php.

◆ locale_get_script()

locale_get_script ( string $locale)

Definition at line 470 of file php_intl.stub.php.

◆ locale_lookup()

locale_lookup ( array $languageTag,
string $locale,
bool $canonicalize = false,
?string $defaultLocale = null )

Definition at line 500 of file php_intl.stub.php.

◆ locale_parse()

locale_parse ( string $locale)

Definition at line 492 of file php_intl.stub.php.

◆ locale_set_default()

locale_set_default ( string $locale)

Definition at line 466 of file php_intl.stub.php.

◆ msgfmt_create()

msgfmt_create ( string $locale,
string $pattern )

Definition at line 506 of file php_intl.stub.php.

◆ msgfmt_format()

msgfmt_format ( MessageFormatter $formatter,
array $values )

Definition at line 508 of file php_intl.stub.php.

◆ msgfmt_format_message()

msgfmt_format_message ( string $locale,
string $pattern,
array $values )

Definition at line 510 of file php_intl.stub.php.

◆ msgfmt_get_error_code()

msgfmt_get_error_code ( MessageFormatter $formatter)

Definition at line 530 of file php_intl.stub.php.

◆ msgfmt_get_error_message()

msgfmt_get_error_message ( MessageFormatter $formatter)

Definition at line 532 of file php_intl.stub.php.

◆ msgfmt_get_locale()

msgfmt_get_locale ( MessageFormatter $formatter)

Definition at line 528 of file php_intl.stub.php.

◆ msgfmt_get_pattern()

msgfmt_get_pattern ( MessageFormatter $formatter)

Definition at line 526 of file php_intl.stub.php.

◆ msgfmt_parse()

msgfmt_parse ( MessageFormatter $formatter,
string $string )
Returns
array<int, int|float|string>|false @refcount 1

Definition at line 516 of file php_intl.stub.php.

◆ msgfmt_parse_message()

msgfmt_parse_message ( string $locale,
string $pattern,
string $message )
Returns
array<int, int|float|string>|false @refcount 1

Definition at line 522 of file php_intl.stub.php.

◆ msgfmt_set_pattern()

msgfmt_set_pattern ( MessageFormatter $formatter,
string $pattern )

Definition at line 524 of file php_intl.stub.php.

◆ normalizer_get_raw_decomposition()

normalizer_get_raw_decomposition ( string $string,
int $form = Normalizer::FORM_C )

Definition at line 541 of file php_intl.stub.php.

◆ normalizer_is_normalized()

normalizer_is_normalized ( string $string,
int $form = Normalizer::FORM_C )

Definition at line 538 of file php_intl.stub.php.

◆ normalizer_normalize()

normalizer_normalize ( string $string,
int $form = Normalizer::FORM_C )

Definition at line 536 of file php_intl.stub.php.

◆ numfmt_create()

numfmt_create ( string $locale,
int $style,
?string $pattern = null )

Definition at line 393 of file php_intl.stub.php.

◆ numfmt_format()

numfmt_format ( NumberFormatter $formatter,
int|float $num,
int $type = NumberFormatter::TYPE_DEFAULT )

Definition at line 395 of file php_intl.stub.php.

◆ numfmt_format_currency()

numfmt_format_currency ( NumberFormatter $formatter,
float $amount,
string $currency )

Definition at line 400 of file php_intl.stub.php.

◆ numfmt_get_attribute()

numfmt_get_attribute ( NumberFormatter $formatter,
int $attribute )

Definition at line 410 of file php_intl.stub.php.

◆ numfmt_get_error_code()

numfmt_get_error_code ( NumberFormatter $formatter)

Definition at line 426 of file php_intl.stub.php.

◆ numfmt_get_error_message()

numfmt_get_error_message ( NumberFormatter $formatter)

Definition at line 428 of file php_intl.stub.php.

◆ numfmt_get_locale()

numfmt_get_locale ( NumberFormatter $formatter,
int $type = ULOC_ACTUAL_LOCALE )

Definition at line 424 of file php_intl.stub.php.

◆ numfmt_get_pattern()

numfmt_get_pattern ( NumberFormatter $formatter)

Definition at line 422 of file php_intl.stub.php.

◆ numfmt_get_symbol()

numfmt_get_symbol ( NumberFormatter $formatter,
int $symbol )

Definition at line 418 of file php_intl.stub.php.

◆ numfmt_get_text_attribute()

numfmt_get_text_attribute ( NumberFormatter $formatter,
int $attribute )

Definition at line 414 of file php_intl.stub.php.

◆ numfmt_parse()

numfmt_parse ( NumberFormatter $formatter,
string $string,
int $type = NumberFormatter::TYPE_DOUBLE,
& $offset = null )
Parameters
int$offset

Definition at line 398 of file php_intl.stub.php.

◆ numfmt_parse_currency()

numfmt_parse_currency ( NumberFormatter $formatter,
string $string,
& $currency,
& $offset = null )
Parameters
string$currency
int$offset

Definition at line 406 of file php_intl.stub.php.

◆ numfmt_set_attribute()

numfmt_set_attribute ( NumberFormatter $formatter,
int $attribute,
int|float $value )

Definition at line 408 of file php_intl.stub.php.

◆ numfmt_set_pattern()

numfmt_set_pattern ( NumberFormatter $formatter,
string $pattern )

Definition at line 420 of file php_intl.stub.php.

◆ numfmt_set_symbol()

numfmt_set_symbol ( NumberFormatter $formatter,
int $symbol,
string $value )

Definition at line 416 of file php_intl.stub.php.

◆ numfmt_set_text_attribute()

numfmt_set_text_attribute ( NumberFormatter $formatter,
int $attribute,
string $value )

Definition at line 412 of file php_intl.stub.php.

◆ resourcebundle_count()

resourcebundle_count ( ResourceBundle $bundle)

Definition at line 550 of file php_intl.stub.php.

◆ resourcebundle_create()

resourcebundle_create ( ?string $locale,
?string $bundle,
bool $fallback = true )

Definition at line 546 of file php_intl.stub.php.

◆ resourcebundle_get()

resourcebundle_get ( ResourceBundle $bundle,
string|int $index,
bool $fallback = true )

Definition at line 548 of file php_intl.stub.php.

◆ resourcebundle_get_error_code()

resourcebundle_get_error_code ( ResourceBundle $bundle)

Definition at line 558 of file php_intl.stub.php.

◆ resourcebundle_get_error_message()

resourcebundle_get_error_message ( ResourceBundle $bundle)

Definition at line 560 of file php_intl.stub.php.

◆ resourcebundle_locales()

resourcebundle_locales ( string $bundle)
Returns
array<int, string>|false @refcount 1

Definition at line 556 of file php_intl.stub.php.

◆ transliterator_create()

transliterator_create ( string $id,
int $direction = Transliterator::FORWARD )

Definition at line 626 of file php_intl.stub.php.

◆ transliterator_create_from_rules()

transliterator_create_from_rules ( string $rules,
int $direction = Transliterator::FORWARD )

Definition at line 628 of file php_intl.stub.php.

◆ transliterator_create_inverse()

transliterator_create_inverse ( Transliterator $transliterator)

Definition at line 636 of file php_intl.stub.php.

◆ transliterator_get_error_code()

transliterator_get_error_code ( Transliterator $transliterator)

Definition at line 640 of file php_intl.stub.php.

◆ transliterator_get_error_message()

transliterator_get_error_message ( Transliterator $transliterator)

Definition at line 642 of file php_intl.stub.php.

◆ transliterator_list_ids()

transliterator_list_ids ( )
Returns
array<int, string>|false @refcount 1

Definition at line 634 of file php_intl.stub.php.

◆ transliterator_transliterate()

transliterator_transliterate ( Transliterator|string $transliterator,
string $string,
int $start = 0,
int $end = -1 )

Definition at line 638 of file php_intl.stub.php.

Variable Documentation

◆ GRAPHEME_EXTR_COUNT

const GRAPHEME_EXTR_COUNT = UNKNOWN

Definition at line 27 of file php_intl.stub.php.

◆ GRAPHEME_EXTR_MAXBYTES

const GRAPHEME_EXTR_MAXBYTES = UNKNOWN

Definition at line 32 of file php_intl.stub.php.

◆ GRAPHEME_EXTR_MAXCHARS

const GRAPHEME_EXTR_MAXCHARS = UNKNOWN

Definition at line 37 of file php_intl.stub.php.

◆ IDNA_ALLOW_UNASSIGNED

const IDNA_ALLOW_UNASSIGNED = UNKNOWN

Definition at line 52 of file php_intl.stub.php.

◆ IDNA_CHECK_BIDI

const IDNA_CHECK_BIDI = UNKNOWN

Definition at line 67 of file php_intl.stub.php.

◆ IDNA_CHECK_CONTEXTJ

const IDNA_CHECK_CONTEXTJ = UNKNOWN

Definition at line 75 of file php_intl.stub.php.

◆ IDNA_DEFAULT

const IDNA_DEFAULT = UNKNOWN

Definition at line 45 of file php_intl.stub.php.

◆ IDNA_ERROR_BIDI

const IDNA_ERROR_BIDI = UNKNOWN

Definition at line 163 of file php_intl.stub.php.

◆ IDNA_ERROR_CONTEXTJ

const IDNA_ERROR_CONTEXTJ = UNKNOWN

Definition at line 168 of file php_intl.stub.php.

◆ IDNA_ERROR_DISALLOWED

const IDNA_ERROR_DISALLOWED = UNKNOWN

Definition at line 143 of file php_intl.stub.php.

◆ IDNA_ERROR_DOMAIN_NAME_TOO_LONG

const IDNA_ERROR_DOMAIN_NAME_TOO_LONG = UNKNOWN

Definition at line 118 of file php_intl.stub.php.

◆ IDNA_ERROR_EMPTY_LABEL

const IDNA_ERROR_EMPTY_LABEL = UNKNOWN

Definition at line 108 of file php_intl.stub.php.

◆ IDNA_ERROR_HYPHEN_3_4

const IDNA_ERROR_HYPHEN_3_4 = UNKNOWN

Definition at line 133 of file php_intl.stub.php.

◆ IDNA_ERROR_INVALID_ACE_LABEL

const IDNA_ERROR_INVALID_ACE_LABEL = UNKNOWN

Definition at line 158 of file php_intl.stub.php.

◆ IDNA_ERROR_LABEL_HAS_DOT

const IDNA_ERROR_LABEL_HAS_DOT = UNKNOWN

Definition at line 153 of file php_intl.stub.php.

◆ IDNA_ERROR_LABEL_TOO_LONG

const IDNA_ERROR_LABEL_TOO_LONG = UNKNOWN

Definition at line 113 of file php_intl.stub.php.

◆ IDNA_ERROR_LEADING_COMBINING_MARK

const IDNA_ERROR_LEADING_COMBINING_MARK = UNKNOWN

Definition at line 138 of file php_intl.stub.php.

◆ IDNA_ERROR_LEADING_HYPHEN

const IDNA_ERROR_LEADING_HYPHEN = UNKNOWN

Definition at line 123 of file php_intl.stub.php.

◆ IDNA_ERROR_PUNYCODE

const IDNA_ERROR_PUNYCODE = UNKNOWN

Definition at line 148 of file php_intl.stub.php.

◆ IDNA_ERROR_TRAILING_HYPHEN

const IDNA_ERROR_TRAILING_HYPHEN = UNKNOWN

Definition at line 128 of file php_intl.stub.php.

◆ IDNA_NONTRANSITIONAL_TO_ASCII

const IDNA_NONTRANSITIONAL_TO_ASCII = UNKNOWN

Definition at line 84 of file php_intl.stub.php.

◆ IDNA_NONTRANSITIONAL_TO_UNICODE

const IDNA_NONTRANSITIONAL_TO_UNICODE = UNKNOWN

Definition at line 93 of file php_intl.stub.php.

◆ IDNA_USE_STD3_RULES

const IDNA_USE_STD3_RULES = UNKNOWN

Definition at line 59 of file php_intl.stub.php.

◆ INTL_ICU_DATA_VERSION

const INTL_ICU_DATA_VERSION = UNKNOWN

Definition at line 20 of file php_intl.stub.php.

◆ INTL_ICU_VERSION

const INTL_ICU_VERSION = UNKNOWN

Definition at line 14 of file php_intl.stub.php.

◆ INTL_IDNA_VARIANT_UTS46

const INTL_IDNA_VARIANT_UTS46 = UNKNOWN

Definition at line 101 of file php_intl.stub.php.

◆ INTL_MAX_LOCALE_LEN

const INTL_MAX_LOCALE_LEN = UNKNOWN

Definition at line 9 of file php_intl.stub.php.