SYNOPSISint xmlReaderGetColumn(xmlReader reader)
Parameters:
reader - the xmlReader object
Returns:
DESCRIPTIONxmlReaderGetBytesConsumed() returns the current column of the
parser.
EXAMPLE<$bytes = (xmlReaderGetColumn($reader))>
CAVEATS
The xmlReader parser can read ahead and buffer some of the
XML message, so functions like this might not match the current
element.
SEE ALSOxmlReaderGetBytesConsumed,
xmlReaderGetDepth,
xmlReaderGetLine,
xmlReaderGetType,
xmlReaderIsEmptyElement