WeakMap::offsetExists
WeakMap::offsetExists
Checks whether a certain object is in the map
bool **WeakMap::offsetExists** object $object
Checks whether the passed object is referenced in the map.
objectObject to check for.
Returns true if the object is contained in the map, false otherwise.