XMLReader::readOuterXml

(PHP 5 >= 5.2.0, PHP 7)

XMLReader::readOuterXmlRetrieve XML from current node, including itself

Descrierea

public XMLReader::readOuterXml ( void ) : string

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ă.

A se vedea și