English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The xml_get_error_code() function is used to get the XML parser error code.
int xml_get_error_code ( resource $parser )
It is used to get the XML parser error code
If the parser parameter does not point to a valid parser, the function will return FALSE, otherwise it will return an error code from the list of error codes.
Serial Number | Parameters and Descriptions |
---|---|
1 | parser It is used to specify the XML parser to be used. |