示例#1
0
 function next()
 {
     $this->_lookup_next();
     $this->_set_current($this->_iterator->next());
     ++$this->_i;
 }