|
xml_get_current_byte_indexGet current byte index for an XML parser Description
int xml_get_current_byte_index(XMLParser
$parser )Gets the current byte index of the given XML parser. Parameters
Return ValuesReturns which byte index the parser is currently at in its data buffer (starting at 0). Changelog
NotesWarning
This function returns byte index according to UTF-8 encoded text disregarding if input is in another encoding. See Also
|