method($function)
Parameters: |
|
---|---|
Return type: |
void |
Sets the method that will be requested from the XML-RPC server:
1 | $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:
1 | $this ->xmlrpc->method( 'method' ); |
Where method is the name of the method.
Designed by : w10schools
service@w10schools.com
Please login to continue.