XMLREADER.READOUTERXML(3) 1 XMLREADER.READOUTERXML(3) XMLReader::readOuterXML - Retrieve XML from current node, including it selfSYNOPSISpublic string XMLReader::readOuterXML (void )DESCRIPTIONReads the contents of the current node, including the node itself.PARAMETERSThis function has no parameters.RETURN VALUESReturns the contents of current node, including itself, 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.readInnerXML(3), XMLReader.expand(3). PHP Documentation Group XMLREADER.READOUTERXML(3)