Predis\Collection\Iterator\CursorBasedIterator::extractNext PHP 메소드

extractNext() 보호된 메소드

Extracts next values for key() and current().
protected extractNext ( )
    protected function extractNext()
    {
        ++$this->position;
        $this->current = array_shift($this->elements);
    }