xml_error_string
xml_error_string
(PHP 4, PHP 5, PHP 7)
xml_error_string - 获取XML解析器错误字符串
描述
string xml_error_string ( int $code )
获取与给定关联的XML解析器错误字符串code
。
参数
code
来自xml_get_error_code()的错误代码。
返回值
返回包含错误文本描述的字符串code
,或者如果未找到说明则返回FALSE
。
扩展内容
- xml_get_error_code() - 获取XML解析器错误代码
← utf8_encode
xml_get_current_byte_index →