文字

WeakMap::offsetExists

(PECL weakref >= 0.2.0)

WeakMap::offsetExistsChecks whether a certain object is in the map

说明

public bool WeakMap::offsetExists ( object $object )

Checks whether the passed object is referenced in the map.

参数

object

Object to check for.

返回值

Returns TRUE if the object is contained in the map, FALSE otherwise.

上一篇: 下一篇: