"Column number" refers to the current character position within the current line of the XML document.
(PHP 4, PHP 5, PHP 7, PHP 8)
xml_get_current_column_number — 获取 XML 解析器的当前列号
parser
一个指向要获取列号的 XML 解析器的指针。
返回指定解析器所在行(由函数 xml_get_current_line_number() 给出)的列号。
版本 | 说明 |
---|---|
8.0.0 |
parser 现在接受 XMLParser 实例;之前接受有效的 xml resource。
|
"Column number" refers to the current character position within the current line of the XML document.