Buy me a coffee
PHP
›
配列
›
array_shift
←
array_pop
array_shift
配列
array_unshift
→
配列の先頭の要素を取り出して返します。
構文
array_shift(array &$array): mixed