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