| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
libxml_use_internal_errors(PHP 5 >= 5.1.0) libxml_use_internal_errors — Disable libxml errors and allow user to fetch error information as needed Beschreibung
bool libxml_use_internal_errors
([ bool $use_errors
] )
libxml_use_internal_errors() allows you to disable standard libxml errors and enable user error handling. Parameter Liste
RückgabewerteThis function returns the previous value of use_errors . Beispiele
Example#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:
|