PHP libxml Functions
EditRocket provides the following information on libxml functions in the PHP source code builder.
void libxml_clear_errors ( void ) - libxml_clear_errors() clears the libxml error buffer.
array libxml_get_errors ( void ) - Retrieve array of errors.
LibXMLError libxml_get_last_error ( void ) - Retrieve last error from libxml.
void libxml_set_streams_context ( resource $streams_context ) - Sets the streams context for the next libxml document load or write.
bool libxml_use_internal_errors ([ bool $use_errors ] ) - libxml_use_internal_errors() allows you to disable standard libxml errors and enable user error handling.