array_shift
array_unshift
array_merge
Prepends one or more elements to the front of an array.
array_unshift(array &$array, mixed ...$values): int