PHP libxml_clear_errors() Function
Example
Clear the libxml error buffer:
<?php
libxml_clear_errors()
?>
Definition and Usage
The libxml_clear_errors() function clears the libxml error buffer.
Syntax
libxml_clear_errors()
Technical Details
Return Value: | No value |
---|---|
PHP Version: | 5.1+ |
❮ PHP libxml Reference