Collator::compare()
  • References/PHP/Symfony/Component/Intl/Collator

bool|int compare(string $str1, string $str2) Not supported. Compare two Unicode strings.

2025-01-10 15:47:30
Collator::getErrorCode()
  • References/PHP/Symfony/Component/Intl/Collator

int getErrorCode() Returns collator's last error code. Always returns the UZEROERROR

2025-01-10 15:47:30
Collator::setStrength()
  • References/PHP/Symfony/Component/Intl/Collator

bool setStrength(int $strength) Not supported. Set the collator's strength.

2025-01-10 15:47:30
Collator::getSortKey()
  • References/PHP/Symfony/Component/Intl/Collator

string getSortKey(string $string) Not supported. Get sorting key for a string.

2025-01-10 15:47:30
Collator::asort()
  • References/PHP/Symfony/Component/Intl/Collator

bool asort(array $array, int $sortFlag = self::SORT_REGULAR) Sort array maintaining index association

2025-01-10 15:47:30
Collator::create()
  • References/PHP/Symfony/Component/Intl/Collator

static Collator create(string $locale)

2025-01-10 15:47:30
Collator::getAttribute()
  • References/PHP/Symfony/Component/Intl/Collator

bool|int getAttribute(int $attr) Not supported. Get a value of an integer collator attribute

2025-01-10 15:47:30
Collator::getLocale()
  • References/PHP/Symfony/Component/Intl/Collator

string getLocale(int $type = Locale::ACTUAL_LOCALE) Returns the collator's locale.

2025-01-10 15:47:30
Collator::sort()
  • References/PHP/Symfony/Component/Intl/Collator

bool sort(array $arr, int $sortFlag = self::SORT_REGULAR) Not supported. Sort array using specified

2025-01-10 15:47:30
Collator::sortWithSortKeys()
  • References/PHP/Symfony/Component/Intl/Collator

bool sortWithSortKeys(array $arr) Not supported. Sort array using specified collator and sort

2025-01-10 15:47:30