PHP数组的升序降序函数


数组排序函数:::
sort()对数组进行升序排列
rsort()对数组进行降序排列

asort()根据关联数组的值,对数组进行升序排列
ksort()根据关联数组的键,对数组进行升序排列

arsort()根据关联数组的值,对数组进行降序排列
krsort()根据关联数组的键,对数组进行降序排列

posted @ 2020-03-10 18:00  blog_zss小帅-博客猿  阅读(190)  评论(0编辑  收藏  举报