libxml_get_last_error()
libxml_get_last_error - Retrieve last error from libxml
Syntax
LibXMLError libxml_get_last_error ()
Arguments
-
Description
Retrieve last error from libxml.
Version
PHP 5.1.0
Return value
Returns a LibXMLError object if there is any error in the buffer, FALSE otherwise.