|
$full_name = array();
$full_name["Roger"] = "Waters";
$full_name["Richard"] = "Wright";
$full_name["Nick"] = "Mason";
$full_name["David"] = "Gilmour";
To sort this array, you just use the assort( ) function. This involves nothing more complex than typing the word asort, followed by round brackets. In between the round brackets, type in the name of your Associative array:
復(fù)制代碼 代碼如下:
asort($full_name);
The letter "a" tells php that the array is an Associative one. (If you don't have the "a" before "sort", your key names will turn in to numbers!). The "a" also tells php to sort by the Value, and NOT by the key. In our script above, the surnames will be sorted. If you want to sort using the Key, then you can use ksort() instead.
If you have a Scalar array (numbers as Keys), then you leave the "a" off. Like this:
復(fù)制代碼 代碼如下:
$numbers = array( );
$numbers[]="2";
$numbers[]="8";
$numbers[]="10";
$numbers[]="6";
sort($numbers);
print $numbers[0] ;
print $numbers[1];
print $numbers[2] ;
print $numbers[3];
The numbers are then sorted from lowest to highest. If you want to sort in reverse order then you need the following:
rsort( ) 主站蜘蛛池模板: 国产美女一区二区在线观看 | 国产免费福利 | 中文字幕区 | 色综合天天综合网国产成人网 | 亚洲精品社区 | 久久国产精品99久久久久久老狼 | 综合网天天 | 精品一区二区影院在线 | 亚洲香蕉网久久综合影院3p | 婷婷在线五月 | 操吊视频| 欧美日韩国产亚洲一区二区 | 欧美三级黄视频 | 久久久久久久久女黄 | 在线观看免费国产视频 | 欧美成人免费一级人片 | 一区二区三区四区亚洲 | 狠狠色伊人亚洲综合成人 | 国产在线干 | 亚洲国产精品激情在线观看 | 国产香蕉久久精品综合网 | 色视频观看 | 日韩中文字幕在线亚洲一区 | 久久伊人成人 | 中文字幕日韩精品中文区 | 免费视频不卡一区二区三区 | 天天摸天天碰中文字幕 | 成人在线视频网 | 在线国产小视频 | 久久国产一级毛片一区二区 | 伊人久久大香线 | 国产精品美女一区二区 | 真人午夜a一级毛片 | 国产日韩在线 | 国产91在线九色 | eeuss影院www在线观看手机 | 国产2021成人精品 | 亚洲不卡一区二区三区在线 | 国产91色拍 | 国产一级成人毛片 | 狠狠久久久久久亚洲综合网 |