XMLReader
PHP Manual

XMLReader::readInnerXML

(PHP 5 >= 5.2.0)

XMLReader::readInnerXMLRetrieve XML from current node

Opis

string XMLReader::readInnerXML ( void )

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Notatki

Uwaga

Ta funkcja jest dostępna tylko wtedy, gdy PHP zostało skompilowane z biblioteką libxml 20620 lub nowszą.

Zobacz też:


XMLReader
PHP Manual