PHP libxml_clear_errors() Function

Definition and Usage

The libxml_clear_errors() function clears the libxml error buffer.

Syntax

libxml_clear_errors()

Examples

<?php
libxml_clear_errors()
?>