WeakMap::offsetSet
(PECL weakref >= 0.2.0)
WeakMap::offsetSet — Updates the map with a new key-value pair
Beschreibung
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.
Parameter-Liste
-
object -
The object serving as key of the key-value pair.
-
value -
The arbitrary data serving as value of the key-value pair.
Rückgabewerte
Es wird kein Wert zurückgegeben.