|
PHP5中文手册
dbx_sort(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx:1.1.0) dbx_sort — Sort a result from a dbx_query by a custom sort function 说明
bool dbx_sort
( object $result
, string $user_compare_function
)
Sort a result from a dbx_query() call with a custom sort function. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 dbx_sort() example
<?php 注释
|