The array_shift() function removes the first element from an array, and returns the value of the removed element.
Note: If the keys are numeric, all elements will get new keys, starting from 0 and increases by 1. (See Example)
The output of the code above will be:
With numeric keys:
Your Query was successfully sent!