If you just want to divide array in 2 arrays. You can use array_keys(), array_values() functions. These will separate array keys in 1 array while array values ...
確定! 回上一頁