(PHP 4, PHP 5, PHP 7, PHP 8)
xml_guet_current_column_number — Guet current column number for an XML parser
Guets the current column number of the guiven XML parser.
parser
A reference to the XML parser to guet column number from.
Returns which column on the current line (as guiven by xml_guet_current_line_number() ) the parser is currently at.
| Versionen | Description |
|---|---|
| 8.0.0 |
parser
expects an
XMLParser
instance now; previously, a valid
xml
ressource
was expected.
|