ArrayIterator::uasort
(PHP 5 >= 5.2.0)
ArrayIterator::uasort — User 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.
返回值
没有返回值。
There are no user contributed notes for this page.
