ArrayIterator::uasort

(PHP 5 >= 5.2.0)

ArrayIterator::uasortUser defined sort

Опис

public void ArrayIterator::uasort ( string $cmp_function )

Sort the entries by values using user defined function.

Увага

This function is currently not documented; only its argument list is available.

Параметри

cmp_function

The compare function used for the sort.

Значення, що повертаються

Не повертає значень.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top