PHP配列array_push
count

array_push配列

array_pop

配列の末尾に1つ以上の要素を追加します。

構文

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