xmlrpc_errno

Versions
4.6 – 7
xmlrpc_errno()

Returns the last XML-RPC client error number

▾ 3 functions call xmlrpc_errno()

drupal_auth in modules/drupal/drupal.module
Implementation of hook_auth().
drupal_notify in modules/drupal/drupal.module
Sends a ping to the Drupal directory server.
hook_auth in developer/hooks/authentication.php
Verify authentication of a user.

Code

includes/xmlrpc.inc, line 469

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