PHP libxml_get_errors() Function

PHP libxml Reference : Get the errors from the libxml error buffer

Definition and Usage

The libxml_get_errors() function gets the errors from the the libxml error buffer.

Syntax

libxml_get_errors()

Technical Details

Return Value: Returns an array of error objects, or an empty array if there are no errors in the error buffer
PHP Version: 5.1+

❮ PHP libxml Reference