|
Collator::sortWithSortKeyscollator_sort_with_sort_keysSort array using specified collator and sort keys BeschreibungObjektorientierter Stil
public
bool
Collator::sortWithSortKeys
( array
&$arr
)Prozeduraler Stil
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. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 collator_sort_with_sort_keys example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: array ( 0 => 'Kopfe', 1 => 'Kypper', 2 => 'Köpfe', ) |