libxml_get_errors() 函数从 libxml 错误缓冲中获取错误。
libxml_get_errors()
该函数返回错误对象的一个数组,如果 libxml 错误缓冲中没有错误,则返回一个空数组。
<?phplibxml_get_errors()?>
<?php
?>