You are here

function xmlrpc_message_get in Drupal 4

Same name and namespace in other branches
  1. 5 includes/xmlrpc.inc \xmlrpc_message_get()
  2. 6 includes/xmlrpc.inc \xmlrpc_message_get()
  3. 7 includes/xmlrpc.inc \xmlrpc_message_get()
4 calls to xmlrpc_message_get()
xmlrpc_message_cdata in includes/xmlrpc.inc
xmlrpc_message_parse in includes/xmlrpc.inc
Parse an XML-RPC message. If parsing fails, the faultCode and faultString will be added to the message object.
xmlrpc_message_tag_close in includes/xmlrpc.inc
xmlrpc_message_tag_open in includes/xmlrpc.inc

File

includes/xmlrpc.inc, line 201

Code

function xmlrpc_message_get() {
  return xmlrpc_message_set();
}