XMLReader::readInnerXML
(PHP 5 >= 5.2.0)
XMLReader::readInnerXML — Retrieve XML from current node
Descrierea
string XMLReader::readInnerXML
( void
)
Reads the contents of the current node, including child nodes and markup.
Parametri
Această funcţie nu are parametri.
Valorile întroarse
Returns the contents of the current node as a string. Empty string on failure.
Note
Precauţie
Această funcţie este disponibilă numai când PHP este compilat cu libxml 20620 sau ulterioară.
Vedeţi de asemenea
- XMLReader::readString() - Reads the contents of the current node as an string
- XMLReader::readOuterXML() - Retrieve XML from current node, including it self
- XMLReader::expand() - Returns a copy of the current node as a DOM object
XMLReader::readInnerXML
There are no user contributed notes for this page.
