xmlrpc_message_get

Versions
4.6 – 7
xmlrpc_message_get()

▾ 4 functions call 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

Code

includes/xmlrpc.inc, line 201

<?php
function xmlrpc_message_get() {
  return xmlrpc_message_set();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.