PHP eFax
|
The response of a succesfull request. More...
Public Member Functions | |
http_response ($body) | |
Initialize the HTTP response object. More... | |
getBody () | |
Retrieve the body of the HTTP response. More... | |
When a request succeeds the http_request object returns an http_response object with the result read from the eFax server.
http_response::getBody | ( | ) |
This function retrieves the body of the HTTP response.
http_response::http_response | ( | $body | ) |
This function saves the different parameters in their required fields and return the response.
[in] | $body | The response body. |