XMLREADER.READINNERXML(3) 1 XMLREADER.READINNERXML(3) XMLReader::readInnerXML - Retrieve XML from current nodeSYNOPSISpublic string XMLReader::readInnerXML (void )DESCRIPTIONReads the contents of the current node, including child nodes and markup.PARAMETERSThis function has no parameters.RETURN VALUESReturns the contents of the current node as a string. Empty string on failure.NOTESCaution This function is only available when PHP is compiled against libxml 20620 or later.SEE ALSOXMLReader.readString(3), XMLReader.readOuterXML(3), XMLReader.expand(3). PHP Documentation Group XMLREADER.READINNERXML(3)