xmlrpc_error_msg

Versions
4.6 – 7
xmlrpc_error_msg()

Returns the last XML-RPC client error message

▾ 2 functions call xmlrpc_error_msg()

drupal_auth in modules/drupal.module
Implementation of hook_auth().
drupal_notify in modules/drupal.module
Sends a ping to the Drupal directory server.

Code

includes/xmlrpc.inc, line 472

<?php
function xmlrpc_error_msg() {
  $error = xmlrpc_error();
  return $error->message;
}
?>
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.