xmlrpcs.inc

Version 1.37 (checked in on 2010/01/28 at 07:06:57 by webchick)

Provides API for defining and handling XML-RPC requests.

Functions

NameDescription
xmlrpc_serverThe main entry point for XML-RPC requests.
xmlrpc_server_callDispatch the request and any parameters to the appropriate handler.
xmlrpc_server_errorThrow an XML-RPC error.
xmlrpc_server_get
xmlrpc_server_get_capabilitiesXML-RPC method system.getCapabilities maps to this function.
xmlrpc_server_list_methodsXML-RPC method system.listMethods maps to this function.
xmlrpc_server_method_helpXML-RPC method system.methodHelp maps to this function.
xmlrpc_server_method_signatureXML-RPC method system.methodSignature maps to this function.
xmlrpc_server_multicall
xmlrpc_server_output
xmlrpc_server_setStore a copy of the request temporarily.