Buy me a coffee
PHP
›
配列
›
array_push
←
count
array_push
配列
array_pop
→
配列の末尾に1つ以上の要素を追加します。
構文
array_push(array &$array, mixed ...$values): int