method($function)
Parameters: |
|
---|---|
Return type: |
void |
Sets the method that will be requested from the XML-RPC server:
$this->xmlrpc->method('method');
Where method is the name of the method.
method($function)
Parameters: |
|
---|---|
Return type: |
void |
Sets the method that will be requested from the XML-RPC server:
$this->xmlrpc->method('method');
Where method is the name of the method.
Please login to continue.