Predis\Response\Iterator\MultiBulk::getValue PHP Метод

getValue() защищенный Метод

Reads the next item of the multibulk response from the connection.
protected getValue ( ) : mixed
Результат mixed
    protected function getValue()
    {
        return $this->connection->read();
    }