XMLReader
PHP Manual

XMLReader::readString

(PHP 5 >= 5.2.0)

XMLReader::readStringReads the contents of the current node as an string

Beschreibung

string XMLReader::readString ( void )

Reads the contents of the current node as an string.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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

Anmerkungen

Achtung

Diese Funktion ist nur verfügbar, wenn PHP mit libxml 20620 oder später kompiliert wurde.

Siehe auch


XMLReader
PHP Manual