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

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

相關(guān)文章
- PHP 教程
- PHP 常量
- PHP 運(yùn)算符
- 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ù)