xmlrpc_clear_error
- Versions
- 5 – 6
xmlrpc_clear_error()
Clears any previous error.
Code
includes/xmlrpc.inc, line 484
<?php
function xmlrpc_clear_error() {
xmlrpc_error(NULL, NULL, TRUE);
}
?>Login or register to post comments xmlrpc_clear_error()Clears any previous error.
includes/xmlrpc.inc, line 484
<?php
function xmlrpc_clear_error() {
xmlrpc_error(NULL, NULL, TRUE);
}
?>Login or register to post comments