WeakMap::offsetUnset

(PECL weakref >= 0.2.0)

WeakMap::offsetUnsetRemoves an entry from the map

설명

public void WeakMap::offsetUnset ( object $object )

Removes an entry from the map.

인수

object

The key object to remove from the map.

반환값

값을 반환하지 않습니다.

add a note add a note

User Contributed Notes

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