php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
WeakMap Class Reference
Inheritance diagram for WeakMap:
ArrayAccess Countable IteratorAggregate Traversable

Public Member Functions

 offsetGet ($object)
 
 offsetSet ($object, mixed $value)
 
 offsetExists ($object)
 
 offsetUnset ($object)
 
 count ()
 
 getIterator ()
 
- Public Member Functions inherited from ArrayAccess
 offsetExists (mixed $offset)
 
 offsetGet (mixed $offset)
 
 offsetSet (mixed $offset, mixed $value)
 
 offsetUnset (mixed $offset)
 

Detailed Description

@strict-properties @not-serializable

Definition at line 22 of file zend_weakrefs.stub.php.

Member Function Documentation

◆ count()

WeakMap::count ( )

@tentative-return-type

Implements Countable.

Definition at line 36 of file zend_weakrefs.stub.php.

◆ getIterator()

WeakMap::getIterator ( )

@tentative-return-type

Implements IteratorAggregate.

Definition at line 38 of file zend_weakrefs.stub.php.

◆ offsetExists()

WeakMap::offsetExists ( $object)
Parameters
object$object

Definition at line 31 of file zend_weakrefs.stub.php.

◆ offsetGet()

WeakMap::offsetGet ( $object)
Parameters
object$object

Definition at line 25 of file zend_weakrefs.stub.php.

◆ offsetSet()

WeakMap::offsetSet ( $object,
mixed $value )
Parameters
object$object

Definition at line 28 of file zend_weakrefs.stub.php.

◆ offsetUnset()

WeakMap::offsetUnset ( $object)
Parameters
object$object

Definition at line 34 of file zend_weakrefs.stub.php.


The documentation for this class was generated from the following file: