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.

Warning

此函式目前沒有參考文件;只有引數列表。

參數

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