remember that array_slice returns an array with the current element. you must use array_slice($array, $index+1) if you want to get the next elements.
確定! 回上一頁