Web/PHP
[array] 인덱스값주면서 배열에 넣기
aucd29
2013. 9. 26. 21:43
for 일때
$array[$index] = $i;
$array[$index] = $i;