Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.xml-get-current-line-number.html
Дата изменения: Sun Feb 3 22:57:47 2002
Дата индексирования: Tue Oct 2 14:24:03 2012
Кодировка:
xml_get_current_line_number

xml_get_current_line_number

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

xml_get_current_line_number -- get current line number for an XML parser

Description

int xml_get_current_line_number ( int parser)

parser

A reference to the XML parser to get line number from.

This function returns FALSE if parser does not refer to a valid parser, or else it returns which line the parser is currently at in its data buffer.