0
我有三個陣列:存儲多個數組值與順序
$arr1=array(0,5,2,3,4,5);
$arr2=array(0,5,2,3,4,5);
$arr3=array(0,5,2,3,4,5);
I want to store their value in 4th array like below:
$arr4=array(0,0,0,5,5,5,2,2,2,3,3,3,4,4,4,5,5,5);
請輸入
你的第一線將無法正常工作;-) – stefandoorn 2012-01-18 09:59:49
@stefandoorn橢圓是可以傳遞 – Dau 2012-01-18 10:00:57
$ array_merge我的意思;-) – stefandoorn 2012-01-18 10:01:16