PHP Interface Bitpay\Client\ResponseInterface

ファイルを表示 Open project: bitpay/php-client Interface Usage Examples

Public Methods

Method 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 method

public getBody ( ) : string
return string

getHeaders() public method

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

getStatusCode() public method

Returns the status code of the response
public getStatusCode ( ) : integer
return integer