What is libxml in PHP

In this article I am going to explain about libxml functions in PHP.
  • 1253

PHP libxml Functions

The libxml function is used with XSLT, DOM and SimpleXML functions.


There are different type of functions in PHP libXML:

Function Description
libxml_clear_errors It clears libxml error buffer.
libxml_get_errors() It retrieve array of errors.
libxml_get_last_error It retrieve last error of libxml.
libxml_use_internal_errors It allow user to fetch error information as needed.


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.