xmlrpc_errno

Definition

xmlrpc_errno()
includes/xmlrpc.inc, line 430

Description

Returns the last XML-RPC client error number

Code

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

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.