자주쓰는 PHP함수 PHP 2010. 11. 10. 14:24

//배열 값 차례로 읽어오기
foreach ($arr_slotList as $value){
}


//콤마를 구분으로 배열변수 만들기
$arr_List = explode(",",$List);