메소드 | 설명 | |
---|---|---|
__construct ( string $payload ) | ||
__toString ( ) : string | Converts the response object to its string representation. | |
get ( string $payload ) : string | Returns an instance of a status response object. | |
getPayload ( ) : string | Returns the payload of status response. |
public __construct ( string $payload ) | ||
$payload | string | Payload of the status response as returned by Redis. |
public __toString ( ) : string | ||
리턴 | string |
public getPayload ( ) : string | ||
리턴 | string |