PHP Functions - arsort()
摘要:1 f [4] => e [3] => d [2] => c [1] => b [0] => a ) 9 */10 11 12 13 $numbers = array(1,2,3,4,5,6,7,8);14 arsort($numbers);15 print_r($numbers);16 ...
阅读全文
posted @ 2014-07-31 11:27
posted @ 2014-07-31 11:27
posted @ 2014-07-23 18:57