PHP libxml_get_errors() 函数
示例
从 libxml 错误缓冲区获取错误
<?php
libxml_get_errors()
?>
定义和用法
libxml_get_errors() 函数从 libxml 错误缓冲区获取错误。
语法
libxml_get_errors()
技术细节
返回值 | 返回一个错误对象的数组,如果错误缓冲区中没有错误,则返回一个空数组 |
---|---|
PHP 版本 | 5.1+ |
❮ PHP libxml 参考
从 libxml 错误缓冲区获取错误
<?php
libxml_get_errors()
?>
libxml_get_errors() 函数从 libxml 错误缓冲区获取错误。
libxml_get_errors()
返回值 | 返回一个错误对象的数组,如果错误缓冲区中没有错误,则返回一个空数组 |
---|---|
PHP 版本 | 5.1+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]