function xmlrpc_clear_error

Clears any previously-saved errors.

See also

xmlrpc_error()

1 call to xmlrpc_clear_error()
_xmlrpc in includes/xmlrpc.inc
Performs one or more XML-RPC requests.

File

includes/xmlrpc.inc, line 656

Code

function xmlrpc_clear_error() {
    xmlrpc_error(NULL, NULL, TRUE);
}

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