libxml_use_internal_errorsDisable libxml errors and allow user to fetch error information as needed Beschreibung
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. Parameter-Liste
Rückgabewerte
This function returns the previous value of
Beispiele
Beispiel #1 A libxml_use_internal_errors example This example demonstrates the basic usage of libxml errors and the value returned by this function.
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(false) Siehe auch
|