Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17948 программистов и 1569 роботов. Сейчас ищут 896 программистов ...
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