(PHP 5 >= 5.2.0, PHP 7)
Retrieve XML from current node
public string XMLReader::readInnerXML ( void )
Reads the contents of the current node, including child nodes and markup.
Returns:
Returns the contents of the current node as a string. Empty string on failure.
See also:
Please login to continue.