function xmlrpc_server_get

Retrieves the latest stored XML-RPC request.

Return value

object The stored request.

See also

xmlrpc_server_set()

4 calls to xmlrpc_server_get()
xmlrpc_server_list_methods in includes/xmlrpcs.inc
Lists the methods available on this XML-RPC server.
xmlrpc_server_method_help in includes/xmlrpcs.inc
Returns the help for an XML-RPC method.
xmlrpc_server_method_signature in includes/xmlrpcs.inc
Returns one method signature for a function.
xmlrpc_server_multicall in includes/xmlrpcs.inc
Dispatches multiple XML-RPC requests.

File

includes/xmlrpcs.inc, line 162

Code

function xmlrpc_server_get() {
    return xmlrpc_server_set();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.