Statement on glibc/iconv Vulnerability

DOMNamedNodeMap::getIterator

(PHP 8)

DOMNamedNodeMap::getIteratorRetrieve an external iterator

Beschreibung

public DOMNamedNodeMap::getIterator(): Iterator

Returns an external iterator for the named node map.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Eine Instanz eines Objektes, das Iterator oder Traversable implementiert.

Fehler/Exceptions

Wirft im Fehlerfall eine Exception.

Siehe auch

add a note

User Contributed Notes

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