XMLReader
PHP Manual

XMLReader::readString

(PHP 5 >= 5.2.0)

XMLReader::readStringReads the contents of the current node as an string

Описание

string XMLReader::readString ( void )

Reads the contents of the current node as an string.

Параметри

Тази функция няма параметри.

Връщани стойности

Returns the content of the current node as a string. Empty string on failure.

Бележки

Внимание

Тази функция е налична единствено, когато PHP е компилиран с libxml 20620 или по-късна.

Вж. също


XMLReader
PHP Manual