Statement on glibc/iconv Vulnerability

DOMNodeList::getIterator

(PHP 8)

DOMNodeList::getIteratorRetrieve an external iterator

Descripción

public DOMNodeList::getIterator(): Iterator

Returns an external iterator for the node list.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Una instancia de un objeto que implementa Iterator o Traversable

Errores/Excepciones

Lanza una Exception en caso de fallo.

Ver también

add a note

User Contributed Notes

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