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