PHP libxml_get_last_error() 函數
PHP libxml_get_last_error() 函數

定義和用法
libxml_get_last_error() 函數從 libxml 錯誤緩沖中獲取最后一個錯誤。
如果成功,該函數返回一個錯誤對象。如果失敗或 libxml 錯誤緩沖中沒有錯誤,則返回 FALSE。
語法
libxml_get_last_error()
實例
<?php
libxml_get_last_error()
?>
libxml_get_last_error()
?>

相關文章
- 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 函數