ArrayIterator::uasort
(PHP 5 >= 5.1.0)
ArrayIterator::uasort — User defined sort
説明
public void ArrayIterator::uasort
( string $cmp_function
)
Sort the entries by values using user defined function.
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
- cmp_function
-
The compare function used for the sort.
返り値
値を返しません。
ArrayIterator::uasort
There are no user contributed notes for this page.
