PHP 8.5.0 Alpha 2 available for testing

XMLReader::readInnerXml

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

XMLReader::readInnerXmlRecupera el XML del actual nodo

Descripción

public XMLReader::readInnerXml(): string

Lee el contenido del actual nodo, incluyendo notas pequeñas y marcado.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

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

Notas

Precaución

Esta función solo está disponible si PHP es compilado utilizando la biblioteca libxml 20620 o posterior.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top