XML_RPC2_Backend_Xmlrpcext_Client __construct(
string
$uri, [array
$options = array()])
|
|
Construct a new XML_RPC2_Client PHP Backend.
A URI must be provided (e.g. http://xmlrpc.example.com/1.0/). Optionally, some options may be set.
Overrides
XML_RPC2_Client::__construct() (Construct a new XML_RPC2_Client.)
Parameters:
void remoteCall___(
string
$methodName, array
$parameters)
|
|
remoteCall executes the XML-RPC call, and returns the result
NB : The '___' at the end of the method name is to avoid collisions with XMLRPC __call()
Overrides
XML_RPC2_Client::remoteCall___() (remoteCall executes the XML-RPC call, and returns the result)
Parameters: