php8.5
Home/ Manual/ predefined / weakmap/ WeakMap::offsetExists

WeakMap::offsetExists

PHP function Edit on GitHub ✎

(PHP 8)

Checks whether a certain object is in the map

Description

WeakMap::offsetExists(object $object): bool

Checks whether the passed object is referenced in the map.

Parameters

object

Object to check for.

Return Values

Returns true if the object is contained in the map, false otherwise.

Source: language/predefined/weakmap/offsetexists.xml · from the official PHP manual (php/doc-en)