PHP libxml_get_last_error() 函数
PHP libxml_get_last_error() 函数
完整的 PHP libxml 参考手册定义和用法
libxml_get_last_error() 函数从 libxml 错误缓冲中获取最后一个错误。
如果成功,该函数返回一个错误对象。如果失败或 libxml 错误缓冲中没有错误,则返回 FALSE。
语法
libxml_get_last_error()
实例
<?php
libxml_get_last_error()
?>
libxml_get_last_error()
?>
完整的 PHP libxml 参考手册
相关文章
- PHP 教程
- PHP 常量
- PHP 运算符
- PHP 数组
- PHP While 循环
- PHP 函数
- PHP 发送电子邮件
- PHP array_diff() 函数
- PHP array_diff_ukey() 函数
- PHP array_intersect_assoc() 函数
- PHP array_key_first() 函数
- PHP array_merge_recursive() 函数
- PHP array_slice() 函数
- PHP array_udiff() 函数
- PHP array_values() 函数
- PHP arsort() 函数
- PHP extract() 函数
- PHP FTP 函数
- PHP 5 Math 函数
- PHP 5 MySQLi 函数