PHP配列array_shift

配列の先頭の要素を取り出して返します。

構文

array_shift(array &$array): mixed