(PHP 4, PHP 5, PHP 7, PHP 8)
xml_error_string — 獲取 XML 解析器的錯誤字符串
$code
根據(jù)給定的 code 獲得 XML 解析器錯誤字符串。
code
由 xml_get_error_code() 返回的錯誤代碼。
返回與 code 描述的錯誤代碼參數(shù)對應(yīng)的文本描述字符串,若沒有與之對應(yīng)的描述,則返回 false。
false