CakeFest 2024: The Official CakePHP Conference

WeakMap::offsetUnset

(PHP 8)

WeakMap::offsetUnset从 map 中移除一条

说明

public WeakMap::offsetUnset(object $object): void

从 map 中移除一项。

参数

object

从 map 中移除的 key 对象。

返回值

没有返回值。

add a note

User Contributed Notes

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