xmlrpc_clear_error

Versions
5 – 6
xmlrpc_clear_error()

Clears any previous error.

▾ 1 function calls xmlrpc_clear_error()

_xmlrpc in includes/xmlrpc.inc
Execute an XML remote procedural call. This is private function; call xmlrpc() in common.inc instead of this function.

Code

includes/xmlrpc.inc, line 484

<?php
function xmlrpc_clear_error() {
  xmlrpc_error(NULL, NULL, TRUE);
}
?>
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.