PHP libxml_use_internal_errors() 函數(shù)
PHP libxml_use_internal_errors() 函數(shù)

定義和用法
libxml_use_internal_errors() 函數(shù)禁用標(biāo)準(zhǔn)的 libxml 錯誤,并啟用用戶錯誤處理。
該函數(shù)返回 use_lib_errors 參數(shù)之前的值。
語法
libxml_use_internal_errors(user_errors)
參數(shù) | 描述 |
---|---|
user_errors | 可選。規(guī)定是否應(yīng)該啟用用戶錯誤處理。默認(rèn)是 FALSE。 |
實(shí)例
<?php
libxml_use_internal_errors()
?>
libxml_use_internal_errors()
?>

相關(guān)文章
- PHP 發(fā)送電子郵件
- PHP 異常處理
- PHP array_diff_key() 函數(shù)
- PHP array_intersect_assoc() 函數(shù)
- PHP array_merge_recursive() 函數(shù)
- PHP array_splice() 函數(shù)
- PHP array_sum() 函數(shù)
- PHP array_udiff_assoc() 函數(shù)
- PHP array_walk() 函數(shù)
- PHP extract() 函數(shù)
- PHP key() 函數(shù)
- PHP next() 函數(shù)
- PHP sizeof() 函數(shù)
- PHP sort() 函數(shù)
- PHP Error 和 Logging 函數(shù)
- PHP 5 Filesystem 函數(shù)
- PHP Libxml 函數(shù)
- PHP 雜項 函數(shù)
- PHP 5 MySQLi 函數(shù)
- PHP PDO