Predis\Response\Iterator\MultiBulk::getValue PHP Method

getValue() protected method

Reads the next item of the multibulk response from the connection.
protected getValue ( ) : mixed
return mixed
    protected function getValue()
    {
        return $this->connection->read();
    }