PHP libxml_get_last_error() 函數(shù)
PHP libxml_get_last_error() 函數(shù)

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

相關(guān)文章
- PHP 教程
- PHP 常量
- PHP 運算符
- PHP 數(shù)組
- PHP While 循環(huán)
- PHP 函數(shù)
- PHP 發(fā)送電子郵件
- PHP array_diff() 函數(shù)
- PHP array_diff_ukey() 函數(shù)
- PHP array_intersect_assoc() 函數(shù)
- PHP array_key_first() 函數(shù)
- PHP array_merge_recursive() 函數(shù)
- PHP array_slice() 函數(shù)
- PHP array_udiff() 函數(shù)
- PHP array_values() 函數(shù)
- PHP arsort() 函數(shù)
- PHP extract() 函數(shù)
- PHP FTP 函數(shù)
- PHP 5 Math 函數(shù)
- PHP 5 MySQLi 函數(shù)