CakeFest 2024: The Official CakePHP Conference

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