display_response()
| Returns: | Response |
|---|---|
| Return type: | mixed |
Returns the response from the remote server once request is received. The response will typically be an associative array.
$this->xmlrpc->display_response();
display_response()
| Returns: | Response |
|---|---|
| Return type: | mixed |
Returns the response from the remote server once request is received. The response will typically be an associative array.
$this->xmlrpc->display_response();
Please login to continue.