update : 2015.11.03
php.shukuma.com검색:
|
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. 인수
반환값
성공 시 예제
Example #1 dbx_sort() example
<?php 주의
|