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