php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | IntlException |
collator_asort | ( | Collator | $object, |
array & | $array, | ||
int | $flags = Collator::SORT_REGULAR ) |
Definition at line 309 of file php_intl.stub.php.
collator_compare | ( | Collator | $object, |
string | $string1, | ||
string | $string2 ) |
Definition at line 295 of file php_intl.stub.php.
collator_create | ( | string | $locale | ) |
Definition at line 293 of file php_intl.stub.php.
collator_get_attribute | ( | Collator | $object, |
int | $attribute ) |
Definition at line 297 of file php_intl.stub.php.
collator_get_error_code | ( | Collator | $object | ) |
Definition at line 313 of file php_intl.stub.php.
collator_get_error_message | ( | Collator | $object | ) |
Definition at line 315 of file php_intl.stub.php.
collator_get_locale | ( | Collator | $object, |
int | $type ) |
Definition at line 311 of file php_intl.stub.php.
collator_get_sort_key | ( | Collator | $object, |
string | $string ) |
Definition at line 317 of file php_intl.stub.php.
collator_get_strength | ( | Collator | $object | ) |
Definition at line 301 of file php_intl.stub.php.
collator_set_attribute | ( | Collator | $object, |
int | $attribute, | ||
int | $value ) |
Definition at line 299 of file php_intl.stub.php.
collator_set_strength | ( | Collator | $object, |
int | $strength ) |
Definition at line 303 of file php_intl.stub.php.
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 | $object, |
array & | $array ) |
Definition at line 307 of file php_intl.stub.php.
datefmt_create | ( | ?string | $locale, |
int | $dateType = IntlDateFormatter::FULL, | ||
int | $timeType = IntlDateFormatter::FULL, | ||
$timezone = null, | |||
IntlCalendar|int|null | $calendar = null, | ||
?string | $pattern = null ) |
IntlTimeZone | DateTimeZone | string | null | $timezone |
Definition at line 332 of file php_intl.stub.php.
datefmt_format | ( | IntlDateFormatter | $formatter, |
$datetime ) |
IntlCalendar | DateTimeInterface | array | string | int | float | $datetime |
Definition at line 369 of file php_intl.stub.php.
datefmt_format_object | ( | $datetime, | |
$format = null, | |||
?string | $locale = null ) |
IntlCalendar | DateTimeInterface | $datetime | |
array | int | string | null | $format |
Definition at line 375 of file php_intl.stub.php.
datefmt_get_calendar | ( | IntlDateFormatter | $formatter | ) |
Definition at line 345 of file php_intl.stub.php.
datefmt_get_calendar_object | ( | IntlDateFormatter | $formatter | ) |
Definition at line 351 of file php_intl.stub.php.
datefmt_get_datetype | ( | IntlDateFormatter | $formatter | ) |
Definition at line 341 of file php_intl.stub.php.
datefmt_get_error_code | ( | IntlDateFormatter | $formatter | ) |
Definition at line 387 of file php_intl.stub.php.
datefmt_get_error_message | ( | IntlDateFormatter | $formatter | ) |
Definition at line 389 of file php_intl.stub.php.
datefmt_get_locale | ( | IntlDateFormatter | $formatter, |
int | $type = ULOC_ACTUAL_LOCALE ) |
Definition at line 362 of file php_intl.stub.php.
datefmt_get_pattern | ( | IntlDateFormatter | $formatter | ) |
Definition at line 360 of file php_intl.stub.php.
datefmt_get_timetype | ( | IntlDateFormatter | $formatter | ) |
Definition at line 343 of file php_intl.stub.php.
datefmt_get_timezone | ( | IntlDateFormatter | $formatter | ) |
Definition at line 353 of file php_intl.stub.php.
datefmt_get_timezone_id | ( | IntlDateFormatter | $formatter | ) |
Definition at line 349 of file php_intl.stub.php.
datefmt_is_lenient | ( | IntlDateFormatter | $formatter | ) |
Definition at line 366 of file php_intl.stub.php.
datefmt_localtime | ( | IntlDateFormatter | $formatter, |
string | $string, | ||
& | $offset = null ) |
int | $offset |
Definition at line 385 of file php_intl.stub.php.
datefmt_parse | ( | IntlDateFormatter | $formatter, |
string | $string, | ||
& | $offset = null ) |
int | $offset |
Definition at line 378 of file php_intl.stub.php.
datefmt_set_calendar | ( | IntlDateFormatter | $formatter, |
IntlCalendar|int|null | $calendar ) |
Definition at line 347 of file php_intl.stub.php.
datefmt_set_lenient | ( | IntlDateFormatter | $formatter, |
bool | $lenient ) |
Definition at line 364 of file php_intl.stub.php.
datefmt_set_pattern | ( | IntlDateFormatter | $formatter, |
string | $pattern ) |
Definition at line 358 of file php_intl.stub.php.
datefmt_set_timezone | ( | IntlDateFormatter | $formatter, |
$timezone ) |
IntlTimeZone | DateTimeZone | string | null | $timezone |
Definition at line 356 of file php_intl.stub.php.
grapheme_extract | ( | string | $haystack, |
int | $size, | ||
int | $type = GRAPHEME_EXTR_COUNT, | ||
int | $offset = 0, | ||
& | $next = null ) |
int | $next |
Definition at line 451 of file php_intl.stub.php.
grapheme_str_split | ( | string | $string, |
int | $length = 1 ) |
Definition at line 448 of file php_intl.stub.php.
grapheme_stripos | ( | string | $haystack, |
string | $needle, | ||
int | $offset = 0 ) |
Definition at line 436 of file php_intl.stub.php.
grapheme_stristr | ( | string | $haystack, |
string | $needle, | ||
bool | $beforeNeedle = false ) |
Definition at line 446 of file php_intl.stub.php.
grapheme_strlen | ( | string | $string | ) |
Definition at line 432 of file php_intl.stub.php.
grapheme_strpos | ( | string | $haystack, |
string | $needle, | ||
int | $offset = 0 ) |
Definition at line 434 of file php_intl.stub.php.
grapheme_strripos | ( | string | $haystack, |
string | $needle, | ||
int | $offset = 0 ) |
Definition at line 440 of file php_intl.stub.php.
grapheme_strrpos | ( | string | $haystack, |
string | $needle, | ||
int | $offset = 0 ) |
Definition at line 438 of file php_intl.stub.php.
grapheme_strstr | ( | string | $haystack, |
string | $needle, | ||
bool | $beforeNeedle = false ) |
Definition at line 444 of file php_intl.stub.php.
grapheme_substr | ( | string | $string, |
int | $offset, | ||
?int | $length = null ) |
Definition at line 442 of file php_intl.stub.php.
idn_to_ascii | ( | string | $domain, |
int | $flags = IDNA_DEFAULT, | ||
int | $variant = INTL_IDNA_VARIANT_UTS46, | ||
& | $idna_info = null ) |
array | $idna_info |
Definition at line 456 of file php_intl.stub.php.
idn_to_utf8 | ( | string | $domain, |
int | $flags = IDNA_DEFAULT, | ||
int | $variant = INTL_IDNA_VARIANT_UTS46, | ||
& | $idna_info = null ) |
array | $idna_info |
Definition at line 459 of file php_intl.stub.php.
intl_error_name | ( | int | $errorCode | ) |
Definition at line 327 of file php_intl.stub.php.
intl_get_error_code | ( | ) |
Definition at line 321 of file php_intl.stub.php.
intl_get_error_message | ( | ) |
Definition at line 323 of file php_intl.stub.php.
intl_is_failure | ( | int | $errorCode | ) |
Definition at line 325 of file php_intl.stub.php.
intlcal_add | ( | IntlCalendar | $calendar, |
int | $field, | ||
int | $value ) |
Definition at line 195 of file php_intl.stub.php.
intlcal_after | ( | IntlCalendar | $calendar, |
IntlCalendar | $other ) |
Definition at line 200 of file php_intl.stub.php.
intlcal_before | ( | IntlCalendar | $calendar, |
IntlCalendar | $other ) |
Definition at line 202 of file php_intl.stub.php.
intlcal_clear | ( | IntlCalendar | $calendar, |
?int | $field = null ) |
Definition at line 210 of file php_intl.stub.php.
intlcal_create_instance | ( | $timezone = null, | |
?string | $locale = null ) |
IntlTimeZone | DateTimeZone | string | null | $timezone |
Definition at line 177 of file php_intl.stub.php.
intlcal_equals | ( | IntlCalendar | $calendar, |
IntlCalendar | $other ) |
Definition at line 258 of file php_intl.stub.php.
intlcal_field_difference | ( | IntlCalendar | $calendar, |
float | $timestamp, | ||
int | $field ) |
Definition at line 212 of file php_intl.stub.php.
intlcal_from_date_time | ( | DateTime|string | $datetime, |
?string | $locale = null ) |
Definition at line 266 of file php_intl.stub.php.
intlcal_get | ( | IntlCalendar | $calendar, |
int | $field ) |
Definition at line 189 of file php_intl.stub.php.
intlcal_get_actual_maximum | ( | IntlCalendar | $calendar, |
int | $field ) |
Definition at line 214 of file php_intl.stub.php.
intlcal_get_actual_minimum | ( | IntlCalendar | $calendar, |
int | $field ) |
Definition at line 216 of file php_intl.stub.php.
intlcal_get_available_locales | ( | ) |
Definition at line 187 of file php_intl.stub.php.
intlcal_get_day_of_week_type | ( | IntlCalendar | $calendar, |
int | $dayOfWeek ) |
Definition at line 218 of file php_intl.stub.php.
intlcal_get_error_code | ( | IntlCalendar | $calendar | ) |
Definition at line 270 of file php_intl.stub.php.
intlcal_get_error_message | ( | IntlCalendar | $calendar | ) |
Definition at line 272 of file php_intl.stub.php.
intlcal_get_first_day_of_week | ( | IntlCalendar | $calendar | ) |
Definition at line 220 of file php_intl.stub.php.
intlcal_get_greatest_minimum | ( | IntlCalendar | $calendar, |
int | $field ) |
Definition at line 224 of file php_intl.stub.php.
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 | ( | IntlCalendar | $calendar, |
int | $field ) |
Definition at line 222 of file php_intl.stub.php.
intlcal_get_locale | ( | IntlCalendar | $calendar, |
int | $type ) |
Definition at line 226 of file php_intl.stub.php.
intlcal_get_maximum | ( | IntlCalendar | $calendar, |
int | $field ) |
Definition at line 228 of file php_intl.stub.php.
intlcal_get_minimal_days_in_first_week | ( | IntlCalendar | $calendar | ) |
Definition at line 230 of file php_intl.stub.php.
intlcal_get_minimum | ( | IntlCalendar | $calendar, |
int | $field ) |
Definition at line 234 of file php_intl.stub.php.
intlcal_get_now | ( | ) |
Definition at line 181 of file php_intl.stub.php.
intlcal_get_repeated_wall_time_option | ( | IntlCalendar | $calendar | ) |
Definition at line 256 of file php_intl.stub.php.
intlcal_get_skipped_wall_time_option | ( | IntlCalendar | $calendar | ) |
Definition at line 260 of file php_intl.stub.php.
intlcal_get_time | ( | IntlCalendar | $calendar | ) |
Definition at line 191 of file php_intl.stub.php.
intlcal_get_time_zone | ( | IntlCalendar | $calendar | ) |
Definition at line 236 of file php_intl.stub.php.
intlcal_get_type | ( | IntlCalendar | $calendar | ) |
Definition at line 238 of file php_intl.stub.php.
intlcal_get_weekend_transition | ( | IntlCalendar | $calendar, |
int | $dayOfWeek ) |
Definition at line 240 of file php_intl.stub.php.
intlcal_in_daylight_time | ( | IntlCalendar | $calendar | ) |
Definition at line 242 of file php_intl.stub.php.
intlcal_is_equivalent_to | ( | IntlCalendar | $calendar, |
IntlCalendar | $other ) |
Definition at line 248 of file php_intl.stub.php.
intlcal_is_lenient | ( | IntlCalendar | $calendar | ) |
Definition at line 244 of file php_intl.stub.php.
intlcal_is_set | ( | IntlCalendar | $calendar, |
int | $field ) |
Definition at line 246 of file php_intl.stub.php.
intlcal_is_weekend | ( | IntlCalendar | $calendar, |
?float | $timestamp = null ) |
Definition at line 250 of file php_intl.stub.php.
intlcal_roll | ( | IntlCalendar | $calendar, |
int | $field, | ||
$value ) |
int | bool | $value |
Definition at line 208 of file php_intl.stub.php.
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 | ( | IntlCalendar | $calendar, |
int | $dayOfWeek ) |
Definition at line 252 of file php_intl.stub.php.
intlcal_set_lenient | ( | IntlCalendar | $calendar, |
bool | $lenient ) |
Definition at line 254 of file php_intl.stub.php.
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 | ( | IntlCalendar | $calendar, |
int | $option ) |
Definition at line 262 of file php_intl.stub.php.
intlcal_set_skipped_wall_time_option | ( | IntlCalendar | $calendar, |
int | $option ) |
Definition at line 264 of file php_intl.stub.php.
intlcal_set_time | ( | IntlCalendar | $calendar, |
float | $timestamp ) |
Definition at line 193 of file php_intl.stub.php.
intlcal_set_time_zone | ( | IntlCalendar | $calendar, |
$timezone ) |
IntlTimeZone | DateTimeZone | string | null | $timezone |
Definition at line 198 of file php_intl.stub.php.
intlcal_to_date_time | ( | IntlCalendar | $calendar | ) |
Definition at line 268 of file php_intl.stub.php.
intlgregcal_create_instance | ( | $timezoneOrYear = UNKNOWN, | |
$localeOrMonth = UNKNOWN, | |||
$day = UNKNOWN, | |||
$hour = UNKNOWN, | |||
$minute = UNKNOWN, | |||
$second = UNKNOWN ) |
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 | ( | IntlGregorianCalendar | $calendar | ) |
Definition at line 287 of file php_intl.stub.php.
intlgregcal_is_leap_year | ( | IntlGregorianCalendar | $calendar, |
int | $year ) |
Definition at line 289 of file php_intl.stub.php.
intlgregcal_set_gregorian_change | ( | IntlGregorianCalendar | $calendar, |
float | $timestamp ) |
Definition at line 285 of file php_intl.stub.php.
intltz_count_equivalent_ids | ( | string | $timezoneId | ) |
Definition at line 564 of file php_intl.stub.php.
intltz_create_default | ( | ) |
Definition at line 566 of file php_intl.stub.php.
intltz_create_enumeration | ( | $countryOrRawOffset = null | ) |
IntlTimeZone | string | int | float | null | $countryOrRawOffset |
Definition at line 569 of file php_intl.stub.php.
intltz_create_time_zone | ( | string | $timezoneId | ) |
Definition at line 571 of file php_intl.stub.php.
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 | ( | DateTimeZone | $timezone | ) |
Definition at line 575 of file php_intl.stub.php.
intltz_get_canonical_id | ( | string | $timezoneId, |
& | $isSystemId = null ) |
bool | $isSystemId |
Definition at line 578 of file php_intl.stub.php.
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 | ( | IntlTimeZone | $timezone | ) |
Definition at line 582 of file php_intl.stub.php.
intltz_get_equivalent_id | ( | string | $timezoneId, |
int | $offset ) |
Definition at line 584 of file php_intl.stub.php.
intltz_get_error_code | ( | IntlTimeZone | $timezone | ) |
Definition at line 586 of file php_intl.stub.php.
intltz_get_error_message | ( | IntlTimeZone | $timezone | ) |
Definition at line 588 of file php_intl.stub.php.
intltz_get_gmt | ( | ) |
Definition at line 590 of file php_intl.stub.php.
intltz_get_iana_id | ( | string | $timezoneId | ) |
Definition at line 621 of file php_intl.stub.php.
intltz_get_id | ( | IntlTimeZone | $timezone | ) |
Definition at line 592 of file php_intl.stub.php.
intltz_get_id_for_windows_id | ( | string | $timezoneId, |
?string | $region = null ) |
Definition at line 611 of file php_intl.stub.php.
intltz_get_offset | ( | IntlTimeZone | $timezone, |
float | $timestamp, | ||
bool | $local, | ||
& | $rawOffset, | ||
& | $dstOffset ) |
int | $rawOffset | |
int | $dstOffset |
Definition at line 598 of file php_intl.stub.php.
intltz_get_raw_offset | ( | IntlTimeZone | $timezone | ) |
Definition at line 600 of file php_intl.stub.php.
intltz_get_region | ( | string | $timezoneId | ) |
Definition at line 602 of file php_intl.stub.php.
intltz_get_tz_data_version | ( | ) |
Definition at line 604 of file php_intl.stub.php.
intltz_get_unknown | ( | ) |
Definition at line 606 of file php_intl.stub.php.
intltz_get_windows_id | ( | string | $timezoneId | ) |
Definition at line 609 of file php_intl.stub.php.
intltz_has_same_rules | ( | IntlTimeZone | $timezone, |
IntlTimeZone | $other ) |
Definition at line 614 of file php_intl.stub.php.
intltz_to_date_time_zone | ( | IntlTimeZone | $timezone | ) |
Definition at line 616 of file php_intl.stub.php.
intltz_use_daylight_time | ( | IntlTimeZone | $timezone | ) |
Definition at line 618 of file php_intl.stub.php.
locale_accept_from_http | ( | string | $header | ) |
Definition at line 502 of file php_intl.stub.php.
locale_canonicalize | ( | string | $locale | ) |
Definition at line 498 of file php_intl.stub.php.
locale_compose | ( | array | $subtags | ) |
Definition at line 490 of file php_intl.stub.php.
locale_filter_matches | ( | string | $languageTag, |
string | $locale, | ||
bool | $canonicalize = false ) |
Definition at line 496 of file php_intl.stub.php.
locale_get_all_variants | ( | string | $locale | ) |
Definition at line 494 of file php_intl.stub.php.
locale_get_default | ( | ) |
Definition at line 464 of file php_intl.stub.php.
locale_get_display_language | ( | string | $locale, |
?string | $displayLocale = null ) |
Definition at line 486 of file php_intl.stub.php.
locale_get_display_name | ( | string | $locale, |
?string | $displayLocale = null ) |
Definition at line 484 of file php_intl.stub.php.
locale_get_display_region | ( | string | $locale, |
?string | $displayLocale = null ) |
Definition at line 482 of file php_intl.stub.php.
locale_get_display_script | ( | string | $locale, |
?string | $displayLocale = null ) |
Definition at line 480 of file php_intl.stub.php.
locale_get_display_variant | ( | string | $locale, |
?string | $displayLocale = null ) |
Definition at line 488 of file php_intl.stub.php.
locale_get_keywords | ( | string | $locale | ) |
Definition at line 478 of file php_intl.stub.php.
locale_get_primary_language | ( | string | $locale | ) |
Definition at line 468 of file php_intl.stub.php.
locale_get_region | ( | string | $locale | ) |
Definition at line 472 of file php_intl.stub.php.
locale_get_script | ( | string | $locale | ) |
Definition at line 470 of file php_intl.stub.php.
locale_lookup | ( | array | $languageTag, |
string | $locale, | ||
bool | $canonicalize = false, | ||
?string | $defaultLocale = null ) |
Definition at line 500 of file php_intl.stub.php.
locale_parse | ( | string | $locale | ) |
Definition at line 492 of file php_intl.stub.php.
locale_set_default | ( | string | $locale | ) |
Definition at line 466 of file php_intl.stub.php.
msgfmt_create | ( | string | $locale, |
string | $pattern ) |
Definition at line 506 of file php_intl.stub.php.
msgfmt_format | ( | MessageFormatter | $formatter, |
array | $values ) |
Definition at line 508 of file php_intl.stub.php.
msgfmt_format_message | ( | string | $locale, |
string | $pattern, | ||
array | $values ) |
Definition at line 510 of file php_intl.stub.php.
msgfmt_get_error_code | ( | MessageFormatter | $formatter | ) |
Definition at line 530 of file php_intl.stub.php.
msgfmt_get_error_message | ( | MessageFormatter | $formatter | ) |
Definition at line 532 of file php_intl.stub.php.
msgfmt_get_locale | ( | MessageFormatter | $formatter | ) |
Definition at line 528 of file php_intl.stub.php.
msgfmt_get_pattern | ( | MessageFormatter | $formatter | ) |
Definition at line 526 of file php_intl.stub.php.
msgfmt_parse | ( | MessageFormatter | $formatter, |
string | $string ) |
Definition at line 516 of file php_intl.stub.php.
msgfmt_parse_message | ( | string | $locale, |
string | $pattern, | ||
string | $message ) |
Definition at line 522 of file php_intl.stub.php.
msgfmt_set_pattern | ( | MessageFormatter | $formatter, |
string | $pattern ) |
Definition at line 524 of file php_intl.stub.php.
normalizer_get_raw_decomposition | ( | string | $string, |
int | $form = Normalizer::FORM_C ) |
Definition at line 541 of file php_intl.stub.php.
normalizer_is_normalized | ( | string | $string, |
int | $form = Normalizer::FORM_C ) |
Definition at line 538 of file php_intl.stub.php.
normalizer_normalize | ( | string | $string, |
int | $form = Normalizer::FORM_C ) |
Definition at line 536 of file php_intl.stub.php.
numfmt_create | ( | string | $locale, |
int | $style, | ||
?string | $pattern = null ) |
Definition at line 393 of file php_intl.stub.php.
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 | ( | NumberFormatter | $formatter, |
float | $amount, | ||
string | $currency ) |
Definition at line 400 of file php_intl.stub.php.
numfmt_get_attribute | ( | NumberFormatter | $formatter, |
int | $attribute ) |
Definition at line 410 of file php_intl.stub.php.
numfmt_get_error_code | ( | NumberFormatter | $formatter | ) |
Definition at line 426 of file php_intl.stub.php.
numfmt_get_error_message | ( | NumberFormatter | $formatter | ) |
Definition at line 428 of file php_intl.stub.php.
numfmt_get_locale | ( | NumberFormatter | $formatter, |
int | $type = ULOC_ACTUAL_LOCALE ) |
Definition at line 424 of file php_intl.stub.php.
numfmt_get_pattern | ( | NumberFormatter | $formatter | ) |
Definition at line 422 of file php_intl.stub.php.
numfmt_get_symbol | ( | NumberFormatter | $formatter, |
int | $symbol ) |
Definition at line 418 of file php_intl.stub.php.
numfmt_get_text_attribute | ( | NumberFormatter | $formatter, |
int | $attribute ) |
Definition at line 414 of file php_intl.stub.php.
numfmt_parse | ( | NumberFormatter | $formatter, |
string | $string, | ||
int | $type = NumberFormatter::TYPE_DOUBLE, | ||
& | $offset = null ) |
int | $offset |
Definition at line 398 of file php_intl.stub.php.
numfmt_parse_currency | ( | NumberFormatter | $formatter, |
string | $string, | ||
& | $currency, | ||
& | $offset = null ) |
string | $currency | |
int | $offset |
Definition at line 406 of file php_intl.stub.php.
numfmt_set_attribute | ( | NumberFormatter | $formatter, |
int | $attribute, | ||
int|float | $value ) |
Definition at line 408 of file php_intl.stub.php.
numfmt_set_pattern | ( | NumberFormatter | $formatter, |
string | $pattern ) |
Definition at line 420 of file php_intl.stub.php.
numfmt_set_symbol | ( | NumberFormatter | $formatter, |
int | $symbol, | ||
string | $value ) |
Definition at line 416 of file php_intl.stub.php.
numfmt_set_text_attribute | ( | NumberFormatter | $formatter, |
int | $attribute, | ||
string | $value ) |
Definition at line 412 of file php_intl.stub.php.
resourcebundle_count | ( | ResourceBundle | $bundle | ) |
Definition at line 550 of file php_intl.stub.php.
resourcebundle_create | ( | ?string | $locale, |
?string | $bundle, | ||
bool | $fallback = true ) |
Definition at line 546 of file php_intl.stub.php.
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 | $bundle | ) |
Definition at line 558 of file php_intl.stub.php.
resourcebundle_get_error_message | ( | ResourceBundle | $bundle | ) |
Definition at line 560 of file php_intl.stub.php.
resourcebundle_locales | ( | string | $bundle | ) |
Definition at line 556 of file php_intl.stub.php.
transliterator_create | ( | string | $id, |
int | $direction = Transliterator::FORWARD ) |
Definition at line 626 of file php_intl.stub.php.
transliterator_create_from_rules | ( | string | $rules, |
int | $direction = Transliterator::FORWARD ) |
Definition at line 628 of file php_intl.stub.php.
transliterator_create_inverse | ( | Transliterator | $transliterator | ) |
Definition at line 636 of file php_intl.stub.php.
transliterator_get_error_code | ( | Transliterator | $transliterator | ) |
Definition at line 640 of file php_intl.stub.php.
transliterator_get_error_message | ( | Transliterator | $transliterator | ) |
Definition at line 642 of file php_intl.stub.php.
transliterator_list_ids | ( | ) |
Definition at line 634 of file php_intl.stub.php.
transliterator_transliterate | ( | Transliterator|string | $transliterator, |
string | $string, | ||
int | $start = 0, | ||
int | $end = -1 ) |
Definition at line 638 of file php_intl.stub.php.
const GRAPHEME_EXTR_COUNT = UNKNOWN |
Definition at line 27 of file php_intl.stub.php.
const GRAPHEME_EXTR_MAXBYTES = UNKNOWN |
Definition at line 32 of file php_intl.stub.php.
const GRAPHEME_EXTR_MAXCHARS = UNKNOWN |
Definition at line 37 of file php_intl.stub.php.
const IDNA_ALLOW_UNASSIGNED = UNKNOWN |
Definition at line 52 of file php_intl.stub.php.
const IDNA_CHECK_BIDI = UNKNOWN |
Definition at line 67 of file php_intl.stub.php.
const IDNA_CHECK_CONTEXTJ = UNKNOWN |
Definition at line 75 of file php_intl.stub.php.
const IDNA_DEFAULT = UNKNOWN |
Definition at line 45 of file php_intl.stub.php.
const IDNA_ERROR_BIDI = UNKNOWN |
Definition at line 163 of file php_intl.stub.php.
const IDNA_ERROR_CONTEXTJ = UNKNOWN |
Definition at line 168 of file php_intl.stub.php.
const IDNA_ERROR_DISALLOWED = UNKNOWN |
Definition at line 143 of file php_intl.stub.php.
const IDNA_ERROR_DOMAIN_NAME_TOO_LONG = UNKNOWN |
Definition at line 118 of file php_intl.stub.php.
const IDNA_ERROR_EMPTY_LABEL = UNKNOWN |
Definition at line 108 of file php_intl.stub.php.
const IDNA_ERROR_HYPHEN_3_4 = UNKNOWN |
Definition at line 133 of file php_intl.stub.php.
const IDNA_ERROR_INVALID_ACE_LABEL = UNKNOWN |
Definition at line 158 of file php_intl.stub.php.
const IDNA_ERROR_LABEL_HAS_DOT = UNKNOWN |
Definition at line 153 of file php_intl.stub.php.
const IDNA_ERROR_LABEL_TOO_LONG = UNKNOWN |
Definition at line 113 of file php_intl.stub.php.
const IDNA_ERROR_LEADING_COMBINING_MARK = UNKNOWN |
Definition at line 138 of file php_intl.stub.php.
const IDNA_ERROR_LEADING_HYPHEN = UNKNOWN |
Definition at line 123 of file php_intl.stub.php.
const IDNA_ERROR_PUNYCODE = UNKNOWN |
Definition at line 148 of file php_intl.stub.php.
const IDNA_ERROR_TRAILING_HYPHEN = UNKNOWN |
Definition at line 128 of file php_intl.stub.php.
const IDNA_NONTRANSITIONAL_TO_ASCII = UNKNOWN |
Definition at line 84 of file php_intl.stub.php.
const IDNA_NONTRANSITIONAL_TO_UNICODE = UNKNOWN |
Definition at line 93 of file php_intl.stub.php.
const IDNA_USE_STD3_RULES = UNKNOWN |
Definition at line 59 of file php_intl.stub.php.
const INTL_ICU_DATA_VERSION = UNKNOWN |
Definition at line 20 of file php_intl.stub.php.
const INTL_ICU_VERSION = UNKNOWN |
Definition at line 14 of file php_intl.stub.php.
const INTL_IDNA_VARIANT_UTS46 = UNKNOWN |
Definition at line 101 of file php_intl.stub.php.
const INTL_MAX_LOCALE_LEN = UNKNOWN |
Definition at line 9 of file php_intl.stub.php.