function xmlrpc_message_get

Returns the most recently stored XML-RPC message object.

Return value

object The most recently stored message.

See also

xmlrpc_message_set()

4 calls to xmlrpc_message_get()
xmlrpc_message_cdata in includes/xmlrpc.inc
Handles character data for XML parsing in xmlrpc_message_parse().
xmlrpc_message_parse in includes/xmlrpc.inc
Parses an XML-RPC message.
xmlrpc_message_tag_close in includes/xmlrpc.inc
Handles closing tags for XML parsing in xmlrpc_message_parse().
xmlrpc_message_tag_open in includes/xmlrpc.inc
Handles opening tags for XML parsing in xmlrpc_message_parse().

File

includes/xmlrpc.inc, line 259

Code

function xmlrpc_message_get() {
    return xmlrpc_message_set();
}

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