function xmlrpc_server_get

7.x xmlrpcs.inc xmlrpc_server_get()
6.x xmlrpcs.inc xmlrpc_server_get()
4 calls to xmlrpc_server_get()
xmlrpc_server_list_methods in drupal-6.x/includes/xmlrpcs.inc
XML-RPC method system.listMethods maps to this function.
xmlrpc_server_method_help in drupal-6.x/includes/xmlrpcs.inc
XML-RPC method system.methodHelp maps to this function.
xmlrpc_server_method_signature in drupal-6.x/includes/xmlrpcs.inc
XML-RPC method system.methodSignature maps to this function.
xmlrpc_server_multicall in drupal-6.x/includes/xmlrpcs.inc

File

drupal-6.x/includes/xmlrpcs.inc, line 134

Code

function xmlrpc_server_get() {
  return xmlrpc_server_set();
}