PHP libxml_get_errors() Function
Definition and Usage
The libxml_get_errors() function retrieves errors from the libxml error buffer.
This function returns an array of error objects. If there are no errors in the libxml error buffer, an empty array is returned.
Syntax
libxml_get_errors()
Example
<?php libxml_get_errors() ?>