PHP libxml_get_errors() 函数
PHP libxml_get_errors() 函数
完整的 PHP libxml 参考手册定义和用法
libxml_get_errors() 函数从 libxml 错误缓冲中获取错误。
该函数返回错误对象的一个数组,如果 libxml 错误缓冲中没有错误,则返回一个空数组。
语法
libxml_get_errors()
实例
<?php
libxml_get_errors()
?>
libxml_get_errors()
?>
完整的 PHP libxml 参考手册
相关文章
- PHP echo 和 print 语句
- PHP 数据类型
- PHP 面向对象
- PHP $_GET 变量
- PHP 高级过滤器
- PHP array_column() 函数
- PHP array_diff_key() 函数
- PHP array_intersect_uassoc() 函数
- PHP array_key_first() 函数
- PHP array_merge() 函数
- PHP array_merge_recursive() 函数
- PHP array_multisort() 函数
- PHP array_pop() 函数
- PHP array_splice() 函数
- PHP array_uintersect() 函数
- PHP end() 函数
- PHP sizeof() 函数
- PHP uasort() 函数
- PHP 杂项 函数
- PHP 5 MySQLi 函数