English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The xml_error_string() function is used to get the error string of the XML parser.
string xml_error_string ( int $code ) )
It is used to get the error string of the XML parser
Returns the text description string corresponding to the error code parameter described by code, if there is no corresponding description, then returns FALSE.
Number | Parameters and Description |
---|---|
1 | code Error codes returned by xml_get_error_code(). |