Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.xml-get-current-byte-index.html
Дата изменения: Sun Feb 3 22:57:48 2002
Дата индексирования: Mon Oct 1 23:12:45 2012
Кодировка:
xml_get_current_byte_index

xml_get_current_byte_index

(3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0)

xml_get_current_byte_index -- get current byte index for an XML parser

Description

int xml_get_current_byte_index ( int parser)

parser

A reference to the XML parser to get byte index from.

This function returns FALSE if parser does not refer to a valid parser, or else it returns which byte index the parser is currently at in its data buffer (starting at 0).