libxml_use_internal_errors Disable libxml errors and allow user to fetch error information as needed &reftitle.description; boollibxml_use_internal_errors booluse_errors libxml_use_internal_errors allows you to disable standard libxml errors and enable user error handling. &reftitle.parameters; use_errors Whether to enable user error handling. Defaults to &false;. &reftitle.returnvalues; This function returns the previous value of use_errors. &reftitle.examples; A <function>libxml_use_internal_errors</function> example This example demonstrates the basic usage of libxml errors and the value returned by libxml_use_internal_errors. ]]> &example.outputs; &reftitle.seealso; libxml_clear_errors libxml_get_errors