(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0)
Sort array using specified collator and sort keys
public bool Collator::sortWithSortKeys ( array &$arr )
Object oriented style
Procedural style
bool collator_sort_with_sort_keys ( Collator $coll , array &$arr )
Similar to collator_sort() but uses ICU sorting keys produced by ucol_getSortKey() to gain more speed on large arrays.
Parameters: