Statement on glibc/iconv Vulnerability

DOMNodeList::getIterator

(PHP 8)

DOMNodeList::getIteratorRetrieve an external iterator

Descrizione

public DOMNodeList::getIterator(): Iterator

Returns an external iterator for the node list.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

An instance of an object implementing Iterator or Traversable

Errori/Eccezioni

Throws an Exception on failure.

Vedere anche:

add a note

User Contributed Notes

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