ArrayIterator::uasort
(PHP 5 >= 5.2.0)
ArrayIterator::uasort — User defined sort
Opis
public void ArrayIterator::uasort
( string
$cmp_function
)Sort the entries by values using user defined function.
Ostrzeżenie
Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.
Parametry
-
cmp_function -
The compare function used for the sort.
Zwracane wartości
Nie jest zwracana żadna wartość.
Zobacz też:
- ArrayIterator::uksort() - User defined sort
- usort() - Sortuje tablicę według wartości korzystając ze zdefiniowanej przez użytkownika funkcji porównującej
There are no user contributed notes for this page.
