Statement on glibc/iconv Vulnerability

DOMNamedNodeMap::getIterator

(PHP 8)

DOMNamedNodeMap::getIteratorRetrieve an external iterator

Description

public DOMNamedNodeMap::getIterator(): Iterator

Returns an external iterator for the named node map.

Parameters

This function has no parameters.

Return Values

An instance of an object implementing Iterator or Traversable

Errors/Exceptions

Throws an Exception on failure.

See Also

add a note

User Contributed Notes

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