数组排序函数
php提供了多个排序函数,例如,sotr()函数、resort()函数、ksort()函数等 sort()函数——对数组进行升序排序 rsort()函数——对数组进行降序排列 asort()函数——根据关联数组