class CI_Xmlrpc
initialize([$config = array()])
Parameters:
$config (array) – Configuration data Return type:
void Initializes the XML-RPC library. Accepts an associative array containing your settings.
server($url[, $port = 80[, $proxy = FALSE[, $proxy_port = 8080]]])
Parameters:
$url (string) – XML-RPC server URL
$port (int) – Server port
$proxy (string) – Optional proxy
$proxy_port (int) – Proxy listening port Return type:
void Sets the URL and port number of the ser