WeakMap::offsetSet
(PHP 8)
WeakMap::offsetSet — Updates the map with a new key-value pair
Description
Updates the map with a new key-value pair. If the key already existed in the map, the old value is replaced with the new.
Parameters
objectThe object serving as key of the key-value pair.
valueThe arbitrary data serving as value of the key-value pair.
Return Values
No value is returned.
↑ and ↓ to navigate • Enter to select • Esc to close • / to open