您好所有,
我有一個像
<?php
$data[] = array('id' => 67, 'hits' => 2);
$data[] = array('id' => 86, 'hits' => 1);
$data[] = array('id' => 85, 'hits' => 6);
$data[] = array('id' => 98, 'hits' => 2);
$data[] = array('id' => 89, 'hits' => 6);
$data[] = array('id' => 65, 'hits' => 7);
?>
一個數組,我想sort
的基礎上,在這個陣列上hits
。
請建議一些代碼,幫助我....
在此先感謝
你爲什麼要問一個問題,是複製粘貼從[PHP文檔(http://php.net/manual/ en/function.array-multisort.php)(Example#3)*和*已經有了解決方案? – jensgram 2011-03-22 11:57:05