Dutch PHP Conference 2025 - Call For Papers

XMLReader::readInnerXml

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

XMLReader::readInnerXmlRetrieve XML from current node

Опис

public XMLReader::readInnerXml(): string

Reads the contents of the current node, including child nodes and markup.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

Примітки

Застереження

Ця функція доступна тільки, якщо PHP зібрано разом з libxml версії 20620 або новішою.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top