PHP Manual: libxml_use_internal_errors
libxml_use_internal_errors
(PHP 5 >= 5.1.0RC1)
libxml_use_internal_errors -- Disable libxml errors and allow user to fetch error information as neededDescription
bool libxml_use_internal_errors ( [bool use_errors] )libxml_use_internal_errors() allows you to disable standard libxml errors and enable user error handling.
Examples