PHP – libxml_clear_errors() Function
The PHP libxml_clear_errors() function clears the libxml error buffer.
The PHP libxml_clear_errors() function clears the libxml error buffer.
The PHP libxml_disable_entity_loader() function enables the ability to load external entities.
The PHP libxml_get_errors() function gets the errors from the the libxml error buffer.
The PHP libxml_get_last_error() function gets the last error from the libxml error buffer.
The PHP libxml_set_external_entity_loader() function changes the default external entity loader.
The PHP libxml_set_streams_context() function sets the streams context for the next libxml document load or write.
The PHP libxml_use_internal_errors() function disables the standard libxml errors and enables user error handling.