WeakMap::offsetExists
WeakMap::offsetExists
(PECL weakref >= 0.2.0)
WeakMap::offsetExists — Checks whether a certain object is in the map
Description
public bool WeakMap::offsetExists ( object $object )
Checks whether the passed object is referenced in the map.
Parameters
-
object
-
Object to check for.