XMLReader::readString

(PHP 5 >= 5.2.0, PHP 7)
Reads the contents of the current node as a string
public string XMLReader::readString ( void )

Reads the contents of the current node as a string.

Returns:

Returns the content of the current node as a string. Empty string on failure.

See also:

XMLReader::readOuterXML() -

XMLReader::readInnerXML() -

XMLReader::expand() -

doc_php
2016-02-24 16:15:27
Comments
Leave a Comment

Please login to continue.