libxml_use_internal_errorsDisable libxml errors and allow user to fetch error information as needed Description
bool libxml_use_internal_errors(boolnull
$use_errors = null )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
Changelog
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.
The above example will output: bool(false) See Also
|