(PECL weakref >= 0.2.0)
WeakMap::offsetExists — Checks whether a certain object is in the map
$object
)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.