(PHP 8)
WeakMap::offsetExists — 檢測 map 中是否存在某個對象
$object
檢查傳入的對象在 map 中是否被引用。
object
要檢查的對象。
如果 map 中包含該對象返回 true,否則返回 false。
true
false