WeakMap::offsetSet

(PECL weakref >= 0.2.0)

WeakMap::offsetSetUpdates the map with a new key-value pair

설명

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.

인수

object

The object serving as key of the key-value pair.

value

The arbitrary data serving as value of the key-value pair.

반환값

값을 반환하지 않습니다.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top