Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Protocols
Protocols.XMLRPC
Protocols.XMLRPC.Call

Class Protocols.XMLRPC.Call

Description

Represents a function call made to a XML-RPC server.

See also

decode_call()


syntax

string method_name
array paramsvoid Protocols.XMLRPC.Call(string method_name, array params)


Variable method_name

int method_name

Description

Represents <methodName> in the XML-RPC standard.


Variable params

array params

Description

Represents <params> in the XML-RPC standard where all datatypes have been converted to equivalent or similar datatypes in Pike.