ArrayIterator::uksort

(PHP 5 >= 5.2.0)

ArrayIterator::uksortUser defined sort

Опис

public void ArrayIterator::uksort ( string $cmp_function )

Sort the entries by key 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