XMLREADER.READINNERXML(3) 1 XMLREADER.READINNERXML(3)
XMLReader::readInnerXML - Retrieve XML from current node
SYNOPSIS
public string XMLReader::readInnerXML (void )
DESCRIPTION
Reads the contents of the current node, including child nodes and markup.
PARAMETERS
This function has no parameters.
RETURN VALUES
Returns the contents of the current node as a string. Empty string on failure.
NOTES
Caution
This function is only available when PHP is compiled against libxml 20620 or later.
SEE ALSO
XMLReader.readString(3), XMLReader.readOuterXML(3), XMLReader.expand(3).
PHP Documentation Group XMLREADER.READINNERXML(3)