(PECL weakref >= 0.2.0)
WeakMap::offsetExists — Checks whether a certain object is in the map
public WeakMap::offsetExists ( object $object ) : bool
Checks whether the passed object is referenced in the map.
object
Object to check for.
Returns true
if the object is contained in the map, false
otherwise.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/weakmap.offsetexists.php