php对查询结果集进行排序的方法:1、正向排序,代码为【case 'asc': asort($refer)】;2、逆向排序,代码为【case 'desc':arsort($refer)】;3、自然排序,代码为【case 'nat':】。
技术文章 / 下载软件趣味内容 / 专业带飞