xml_error_string
(PHP 4, PHP 5)
xml_error_string — 获取 XML 解析器的错误字符串
说明
string xml_error_string
( int $code
)
根据给定的 code 获得 XML 解析器错误字符串。
返回值
返回与 code 描述的错误代码参数对应的文本描述字符串,若没有与之对应的描述,则返回 FALSE。
xml_error_string
There are no user contributed notes for this page.
