array_merge()合併數組和array_merge_recursize()

因時間有限,將三種合併方式輸出顯示,請大家看好區別! public function marge(){ echo '<pre>'; $arr1=['color'=>'red',6,7]; $arr2=['color'=>'blue',6,7]; $data=array_merge($arr1,$arr2); $info=array_merge_recursive($a
相關文章
相關標籤/搜索