WeakMap::offsetSetUpdates the map with a new key-value pair Description
public void WeakMap::offsetSet(object
$object , mixed $value )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
Return ValuesNo value is returned. |