php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
offsetGet ($object) | |
offsetSet ($object, mixed $value) | |
offsetExists ($object) | |
offsetUnset ($object) | |
count () | |
getIterator () | |
![]() | |
offsetExists (mixed $offset) | |
offsetGet (mixed $offset) | |
offsetSet (mixed $offset, mixed $value) | |
offsetUnset (mixed $offset) | |
@strict-properties @not-serializable
Definition at line 22 of file zend_weakrefs.stub.php.
WeakMap::count | ( | ) |
WeakMap::getIterator | ( | ) |
@tentative-return-type
Implements IteratorAggregate.
Definition at line 38 of file zend_weakrefs.stub.php.
WeakMap::offsetExists | ( | $object | ) |
object | $object |
Definition at line 31 of file zend_weakrefs.stub.php.
WeakMap::offsetGet | ( | $object | ) |
object | $object |
Definition at line 25 of file zend_weakrefs.stub.php.
WeakMap::offsetSet | ( | $object, | |
mixed | $value ) |
object | $object |
Definition at line 28 of file zend_weakrefs.stub.php.
WeakMap::offsetUnset | ( | $object | ) |
object | $object |
Definition at line 34 of file zend_weakrefs.stub.php.