Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18328 программистов и 1688 роботов. Сейчас ищут 692 программиста ...
WeakMap::offsetGet - Returns the value pointed to by a certain object
Вернуться к: WeakMap
WeakMap::offsetGet
(PECL weakref >= 0.2.0)
WeakMap::offsetGet — Returns the value pointed to by a certain 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.
Вернуться к: WeakMap