xmlrpcs.inc

Provides API for defining and handling XML-RPC requests.

File

includes/xmlrpcs.inc

Functions

Name Description
xmlrpc_server Invokes XML-RPC methods on this server.
xmlrpc_server_call Dispatches an XML-RPC request and any parameters to the appropriate handler.
xmlrpc_server_error Throws an XML-RPC error.
xmlrpc_server_get Retrieves the latest stored XML-RPC request.
xmlrpc_server_get_capabilities Returns a list of the capabilities of this server.
xmlrpc_server_list_methods Lists the methods available on this XML-RPC server.
xmlrpc_server_method_help Returns the help for an XML-RPC method.
xmlrpc_server_method_signature Returns one method signature for a function.
xmlrpc_server_multicall Dispatches multiple XML-RPC requests.
xmlrpc_server_output Sends XML-RPC output to the browser.
xmlrpc_server_set Stores a copy of an XML-RPC request temporarily.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!xmlrpcs.inc/7.x