libxml_use_internal_errorsDisable libxml errors and allow user to fetch error information as needed Description
bool libxml_use_internal_errors
([ bool
$use_errors = false
] )libxml_use_internal_errors allows you to disable standard libxml errors and enable user error handling. Parameters
Return Values
This function returns the previous value of
Examples
Example #1 A libxml_use_internal_errors example This example demonstrates the basic usage of libxml errors and the value returned by this function.
<?php The above example will output: bool(false) See Also
|