libxml_use_internal_errors()
libxml_use_internal_errors - Disable libxml errors and allow user to fetch error information as neededSyntax
bool libxml_use_internal_errors (bool $use_errors)Arguments
- use_errors - Whether to enable user error handling.
