English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The xml_get_current_column_number() function is used to get the current column number of the XML parser.
int xml_get_current_column_number ( resource $parser )
It is used to get the current column number of the XML parser
If the parser parameter does not point to a valid parser, the function will return FALSE; otherwise, it will return the current column number of the specified parser (given by the function xml_get_current_line_number()).
Number | Parameters and Description |
---|---|
1 | parser A pointer to an XML parser that needs to obtain the column number. |