Swoole\RecordSet::rewind PHP Метод

rewind() публичный Метод

public rewind ( )
    public function rewind()
    {
        if (empty($this->_list)) {
            $this->_list = $this->db_select->getall();
        }
        $this->_current_id = 0;
    }