xmlrpc_error_msg

Definition

xmlrpc_error_msg()
includes/xmlrpc.inc, line 477

Description

Returns the last XML-RPC client error message

Code

<?php
function xmlrpc_error_msg() {
  $error = xmlrpc_error();
  return $error->message;
}
?>
 
 

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.