快速排序;用php實現sort進行字符串的排序

在PHP函數中有sort函數,進行對數組的排序。php 若是須要字符串 則用 implode(array())來將數組轉換成字符串進行輸出html 這裏有普通的函數來時sort的實現思路數組 <?php function show($str){ if(count($str)>1){ $k=$str[0]; $x=array(); $y=arr
相關文章
相關標籤/搜索