XMLREADER.READSTRING(3) 1 XMLREADER.READSTRING(3)
XMLReader::readString - Reads the contents of the current node as a string
SYNOPSIS
public string XMLReader::readString (void )
DESCRIPTION
Reads the contents of the current node as a string.
PARAMETERS
This function has no parameters.
RETURN VALUES
Returns the content 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.readOuterXML(3), XMLReader.readInnerXML(3), XMLReader.expand(3).
PHP Documentation Group XMLREADER.READSTRING(3)