Statement on glibc/iconv Vulnerability

DOMNamedNodeMap::getIterator

(PHP 8)

DOMNamedNodeMap::getIteratorRetrieve an external iterator

说明

public DOMNamedNodeMap::getIterator(): Iterator

Returns an external iterator for the named node map.

参数

此函数没有参数。

返回值

实现了 IteratorTraversable 接口的类的一个实例。

错误/异常

失败时抛出 Exception

参见

add a note

User Contributed Notes

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