Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16199 программистов и 1779 роботов. Сейчас ищут 1764 программиста ...
WeakMap::key - Returns the current key under iteration.
Вернуться к: WeakMap
WeakMap::key
(PECL weakref >= 0.2.0)
WeakMap::key — Returns the current key under iteration.
Описание
public object WeakMap::key
( void
)
Returns the object serving as key in the map, at the current iterating position.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The object key currently being iterated.
Вернуться к: WeakMap