PHP libxml_clear_errors() Function

❮ PHP libxml Reference

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
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.