(PHP 4 >= 4.0.6)
dbx_sort -- Sort a result from a dbx_query by a custom sort functionReturns TRUE on success, FALSE on error.
Note: It is always better to use ORDER BY SQL clause instead of dbx_sort(), if possible.
Example 1. dbx_sort() example
|
See also dbx_compare().