xmlReaderGetColumn

SYNOPSIS

int xmlReaderGetColumn(xmlReader reader)

Parameters:

  • reader - the xmlReader object

Returns:

  • the current column of the parer


DESCRIPTION
xmlReaderGetBytesConsumed() 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 ALSO
xmlReaderGetBytesConsumed, xmlReaderGetDepth, xmlReaderGetLine, xmlReaderGetType, xmlReaderIsEmptyElement


Copyright © Thunderstone Software     Last updated: Jul 24 2023
Copyright © 2023 Thunderstone Software LLC. All rights reserved.