(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)
dbx_sort -- Sort a result from a dbx_query by a custom sort functionSort a result from a dbx_query() call with a custom sort function.
resultA result set returned by dbx_query().
user_compare_functionThe user-defined comparison function. It must accept two arguments and return an integer less than, equal to, or greater than zero if the first argument is considered to be respectively less than, equal to, or greater than the second.
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Замечание: It is always better to use ORDER BY SQL clause instead of dbx_sort() if possible.
| Пред. | Начало | След. |
| dbx_query | Уровень выше | Direct IO Functions |