Enable user error handling:
<?php
libxml_use_internal_errors(true)
?>
The libxml_use_internal_errors() function disables the standard libxml errors and enables user error handling.
libxml_use_internal_errors(
user_errors)
Parameter | Description |
---|---|
user_errors | Optional. Enable user error handling (TRUE) or disable user error handling (FALSE). Default is FALSE |
Return Value: | Returns the previous value of the user_errors parameter |
---|---|
PHP Version: | 5.1+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!