XMLReader::readString
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
Reads the contents of the current node as a string
Description
XMLReader::readString(): string
Reads the contents of the current node as a string.
Parameters Parameters
Return Values
Returns the content of the current node as a string. Empty string on failure.