PHP配列array_unshift
array_shift

array_unshift配列

array_merge

配列の先頭に要素を追加します。

構文

array_unshift(array &$array, mixed ...$values): int