I have the following array and would like to always remove the first array, how can I do this? obs: there is a possibility that the first array does not always have index 0.
Array
(
[0] => Array
(
[0] => number
)
[1] => Array
(
[0] => 101010100
)
[2] => Array
(
[0] => 30303030
)
)