Statement on glibc/iconv Vulnerability

DOMNamedNodeMap::getIterator

(PHP 8)

DOMNamedNodeMap::getIterator外部のイテレータを取得する

説明

public DOMNamedNodeMap::getIterator(): Iterator

名前付きノードのマップ向けに、外部のイテレータを返します。

パラメータ

この関数にはパラメータはありません。

戻り値

Iterator あるいは Traversable を実装したオブジェクトのインスタンスを返します。

エラー / 例外

失敗した場合は Exception をスローします。

参考

add a note

User Contributed Notes

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