array_pop()
null
array_pop (配列);
$fruit = array("りんご", "みかん", "ぶどう"); array_pop($fruit); print_r($fruit);
PageTop / Home / PHP入門 / リファレンス目次