SYNOPSISint xmlReaderGetLine(xmlReader reader)
Parameters:
reader
- the xmlReader
object
Returns:
DESCRIPTIONxmlReaderGetLine()
returns the current line of the XML file that
the parser is on.
EXAMPLE<$line = (xmlReaderGetLine($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
,
xmlReaderGetColumn
,
xmlReaderGetDepth
,
xmlReaderGetType
,
xmlReaderIsEmptyElement