English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The xml_get_current_line_number() function is used to get the current line number of the XML parser.
xml_get_current_line_number(parser)
It is used to get the current line number of the XML parser
Successfully returns the current line number, and fails to return false
Serial number | Parameters and descriptions |
---|---|
1 | parser It is used to specify the XML parser to be used. |