Predis\Response\Status::__toString PHP Method

__toString() public method

Converts the response object to its string representation.
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->payload;
    }