function xmlrpc_errno

Returns the last XML-RPC client error number.

File

includes/xmlrpc.inc, line 638

Code

function xmlrpc_errno() {
    $error = xmlrpc_error();
    return $error != NULL ? $error->code : NULL;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.