(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0)
Sort array using specified collator
public bool Collator::sort ( array &$arr [, int $sort_flag ] )
Object oriented style
Procedural style
bool collator_sort ( Collator $coll , array &$arr [, int $sort_flag ] )
This function sorts an array according to current locale rules.
Equivalent to standard PHP sort() .
Parameters:
co