update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the value pointed to by a certain object

WeakMap::offsetGet

(PECL weakref >= 0.2.0)

WeakMap::offsetGetReturns the value pointed to by a certain object

설명

public mixed WeakMap::offsetGet ( object $object )

Returns the value pointed to by a certain object.

인수

object

Some object contained as key in the map.

반환값

Returns the value associated to the object passed as argument, NULL otherwise.