数组排序函数 数组排序常用的函数: 函数名称 描述 asort() 对数组进行排序并保持索引关系 arsort() 对数组进行逆向排序并保持索引关系 实例:根据商品价格进行排序 定义数组: $data = [ ...