What is libxml clear errors in PHP

In this article I am going to explain about libxml_clear_error function in PHP.
  • 1870

PHP libxml_clear_errors() Function

The libxml libxml_clear_errors function is used to  clears libxml error buffer.

Syntax of libxml_clear_errors  function

libxml_clear_errors()


Example of
libxml_clear_errors  function
 

<html>

<body>

<?php

libxml_clear_errors()

?>

</body>

</html>


You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.