array_shift
array_unshift
array_merge
配列の先頭に要素を追加します。
array_unshift(array &$array, mixed ...$values): int