WeakMap::offsetGet
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Returns the value pointed to by a certain object

2025-01-10 15:47:30
WeakMap::next
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Advances to the next map element

2025-01-10 15:47:30
WeakMap::rewind
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Rewinds the iterator to the beginning of the map

2025-01-10 15:47:30
WeakMap::current
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Returns the current value under iteration

2025-01-10 15:47:30
WeakMap::valid
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Returns whether the iterator is still on a valid map element

2025-01-10 15:47:30
WeakMap::offsetSet
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Updates the map with a new key-value pair

2025-01-10 15:47:30
WeakMap::count
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Counts the number of live entries in the map

2025-01-10 15:47:30
WeakMap::offsetExists
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Checks whether a certain object is in the map

2025-01-10 15:47:30
WeakMap::key
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Returns the current key under iteration.

2025-01-10 15:47:30
WeakMap::__construct
  • References/PHP/Function/PHP's Behavior/Weak/WeakMap

(PECL weakref >= 0.2.0) Constructs a new map

2025-01-10 15:47:30