|
xml_get_current_byte_indexGet current byte index for an XML parser Description
int xml_get_current_byte_index
( resource
$parser
)Gets the current byte index of the given XML parser. Parameters
Return Values
This function returns NotesWarning
This function returns byte index according to UTF-8 encoded text disregarding if input is in another encoding. See Also
|