PHP libxml_get_errors() 函數(shù)
PHP libxml_get_errors() 函數(shù)

定義和用法
libxml_get_errors() 函數(shù)從 libxml 錯(cuò)誤緩沖中獲取錯(cuò)誤。
該函數(shù)返回錯(cuò)誤對(duì)象的一個(gè)數(shù)組,如果 libxml 錯(cuò)誤緩沖中沒有錯(cuò)誤,則返回一個(gè)空數(shù)組。
語法
libxml_get_errors()
實(shí)例
<?php
libxml_get_errors()
?>
libxml_get_errors()
?>

相關(guān)文章
- PHP echo 和 print 語句
- PHP 數(shù)據(jù)類型
- PHP 面向?qū)ο?/a>
- PHP $_GET 變量
- PHP 高級(jí)過濾器
- PHP array_column() 函數(shù)
- PHP array_diff_key() 函數(shù)
- PHP array_intersect_uassoc() 函數(shù)
- PHP array_key_first() 函數(shù)
- PHP array_merge() 函數(shù)
- PHP array_merge_recursive() 函數(shù)
- PHP array_multisort() 函數(shù)
- PHP array_pop() 函數(shù)
- PHP array_splice() 函數(shù)
- PHP array_uintersect() 函數(shù)
- PHP end() 函數(shù)
- PHP sizeof() 函數(shù)
- PHP uasort() 函數(shù)
- PHP 雜項(xiàng) 函數(shù)
- PHP 5 MySQLi 函數(shù)