Performs the XML-RPC processing and serving functions.
Functions
xmlrpc_server constructor
Parameters
$dispMap
(optional) Dispatch map. This is a map of XML-RPC functions to the appropriate PHP functions.
$serviceNow
(optional) If true, the XML-RPC server will run the service method immediately. Default is false.
$auth_function
(optional) Name of the function to be called to provide basic authentication verification. If this callback function is not provided, basic authentication will be disabled.
service
function service()
Performs the XML-RPC processing and serving functions.