How do you reset the index of an array after blowing out one of the elements? For example: $array[0] = "blank1"; $array[1] = "blank2"; ...
確定! 回上一頁