Easy Tutorial
❮ Func Array Fill Func Filesystem Fwrite ❯

PHP libxml_use_internal_errors() Function



Definition and Usage

The libxml_use_internal_errors() function disables standard libxml errors and enables user error handling.

This function returns the value of the use_lib_errors parameter before the change.

Syntax

Parameter Description
user_errors Optional. Specifies whether user error handling should be enabled. The default is FALSE.

Example


❮ Func Array Fill Func Filesystem Fwrite ❯