ArrayIterator::uksort

(PHP 5 >= 5.2.0)

ArrayIterator::uksortUser defined sort

Beskrivelse

public void ArrayIterator::uksort ( string $cmp_function )

Sort the entries by key using user defined function.

Advarsel

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

Parametre

cmp_function

The compare function used for the sort.

Returnerings Værdier

No value is returned.

Se også

add a note add a note

User Contributed Notes

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