在php中使用sort()函數對數組進行排序,具體方法如下:
sort()函數作用:
php中sort()函數的作用是用于對索引數組進行升序排序。
sort()函數語法:
sort(array,sortingtype);
參數:
array:指定數組;
sortingtype:規定排序的值。
sort()函數使用方法:
例:對數組中的元素按字母進行升序排序$cars=array("Volvo","BMW","Toyota");sort($cars);
例:對數組中的元素按字母進行升序排序
$cars=array("Volvo","BMW","Toyota");
sort($cars);
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529