Method Protocols.XMLRPC.encode_call()
- Method encode_call
stringencode_call(stringmethod_name,arrayparams)- Description
Encodes a function call with the name
method_nameand the argumentsparamsand returns the XML-RPC string representation.
string encode_call(string method_name, array params)
Encodes a function call with the name method_name and the arguments
params and returns the XML-RPC string representation.