PHP Interface Bitpay\Client\ResponseInterface

Afficher le fichier Open project: bitpay/php-client Interface Usage Examples

Méthodes publiques

Méthode Description
getBody ( ) : string
getHeaders ( ) : array Returns a $key => $value array of http headers
getStatusCode ( ) : integer Returns the status code of the response

Method Details

getBody() public méthode

public getBody ( ) : string
Résultat string

getHeaders() public méthode

Returns a $key => $value array of http headers
public getHeaders ( ) : array
Résultat array

getStatusCode() public méthode

Returns the status code of the response
public getStatusCode ( ) : integer
Résultat integer