Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
XMLReader::readString (PHP 5 >= 5.2.0) XMLReader::readString — Reads 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 [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
XMLReader::readOuterXML (PHP 5 >= 5.2.0) XMLReader::readOuterXML — Retrieve XML from current node, including it self Beschreibung string XMLReader::readOuterXML ( void ) Reads the contents of the current node, including the node itself. Parameter-Liste Diese Funktion hat keine Parameter. Rückgabewerte Returns the contents of current node, including itself, as a string. Empty string on failure. Anmerkungen [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
XMLReader::readInnerXML (PHP 5 >= 5.2.0) XMLReader::readInnerXML — Retrieve 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 [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Installation Die XMLReader-Erweiterung steht für PHP 5.0.0 unter PECL zur Verfügung. Ab PHP 5.1.0 ist sie standardmäßig enthalten und aktiviert. Sie wird durch die Option –enable-xmlreader (oder –with-xmlreader vor PHP 5.1.0) aktiviert. Die libxml Erweiterung wird vorausgesetzt. Anforderungen Laufzeit-Konfiguration Installation/Konfiguration