PHP 8.1.28 Released!

WeakMap::getIterator

(PHP 8)

WeakMap::getIteratorイテレータを取得する

説明

public WeakMap::getIterator(): Iterator

イテレータを返します。

パラメータ

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

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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