Приглашаем посетить
Клюев (klyuev.lit-info.ru)

XMLReader->open()

next()" HREF="/php/007/function.xmlreader-next.html">read()" HREF="/php/007/function.xmlreader-read.html">

XMLReader->open()

(no version information, might be only in CVS)

XMLReader->open() -- Set the URI containing the XML to parse

Описание

class XMLReader {

bool open ( string URI )

}

Set the URI containing the XML document to be parsed.

Список параметров

URI

URI pointing to the document.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Смотрите также

XMLReader->XML()
XMLReader->close()