WeakMap::offsetExists
PHP function
Edit on GitHub ✎
(PHP 8)
Checks whether a certain object is in the map
Description
WeakMap::offsetExists(object $object): bool
Checks whether the passed object is referenced in the map.
Parameters
objectObject to check for.
Return Values
Returns true if the object is contained in the map, false otherwise.