(PHP 5 >= 5.0.0)
ArrayIterator::current — クスコ゚、ホヌロホィ・ネ・熙ヨ、ケ
、ウ、ホエリソヒ、マ・ム・鬣癸シ・ソ、マ、「、熙゙、サ、」
クスコ゚、ホヌロホィ・ネ・熙ヨ、キ、゙、ケ。」
ホ�1 ArrayIterator::current() 、ホホ�
<?php
$array = array('1' => 'one',
'2' => 'two',
'3' => 'three');
$arrayobject = new ArrayObject($array);
for($iterator = $arrayobject->getIterator();
$iterator->valid();
$iterator->next()) {
echo $iterator->key() . ' => ' . $iterator->current() . "\n";
}
?>
セ螟ホホ网ホスミホマ、マーハイシ、ネ、ハ、熙゙、ケ。」
1 => one 2 => two 3 => three