WeakMap::offsetUnset
PHP function
Edit on GitHub ✎
(PHP 8)
Removes an entry from the map
Description
WeakMap::offsetUnset(object $object): void
Removes an entry from the map.
Parameters
objectThe key object to remove from the map.
Return Values
Void