PHP中的排序函數sort、asort、rsort、krsort、ksort

  sort() 函數用於對數組單元從低到高進行排序。數組   rsort() 函數用於對數組單元從高到低進行排序。函數   asort() 函數用於對數組單元從低到高進行排序並保持索引關係。排序   arsort() 函數用於對數組單元從高到低進行排序並保持索引關係。索引   ksort() 函數用於對數組單元按照鍵名從低到高進行排序。字符串   krsort() 函數用於對數組單元按照鍵名從高
相關文章
相關標籤/搜索