Pheasant\Database\Mysqli\ResultIterator::next PHP 메소드

next() 공개 메소드

Moves the internal pointer one step forward
public next ( )
    public function next()
    {
        $this->_currentRow = $this->_fetch();
        $this->_position = ++$this->_position;
    }