Predis\Response\Status::__toString PHP Méthode

__toString() public méthode

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