XMLReader
PHP Manual

XMLReader::readOuterXML

(PHP 5 >= 5.2.0)

XMLReader::readOuterXMLRetrieve XML from current node, including it self

Descrierea

string XMLReader::readOuterXML ( void )

Reads the contents of the current node, including the node itself.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns the contents of current node, including itself, as a string. Empty string on failure.

Note

Precauţie

Această funcție este disponibilă numai când PHP este compilat cu libxml 20620 sau ulterioară.

Vedeți de asemenea


XMLReader
PHP Manual