PHP XML 函數(shù)手冊
xml_error_string()函數(shù)用于獲取 XML 解析器的錯誤字符串。
string xml_error_string ( int $code ) )
它用來獲取XML解析器錯誤字符串
返回與 code 描述的錯誤代碼參數(shù)對應(yīng)的文本描述字符串,若沒有與之對應(yīng)的描述,則返回 FALSE。
code
由 xml_get_error_code() 返回的錯誤代碼。