PHP Doku:: Retrieve XML from current node - xmlreader.readinnerxml.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationXMLReaderThe XMLReader classXMLReader::readInnerXML

Ein Service von Reinhard Neidl - Webprogrammierung.

The XMLReader class

<<XMLReader->read

XMLReader::readOuterXML>>

XMLReader::readInnerXML

(PHP 5 >= 5.2.0)

XMLReader::readInnerXMLRetrieve XML from current node

Beschreibung

string XMLReader::readInnerXML ( void )

Reads the contents of the current node, including child nodes and markup.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the contents 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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)