PHP 8.3.4 Released!

WeakMap::offsetExists

(PHP 8)

WeakMap::offsetExistsChecks whether a certain object is in the map

Descrizione

public WeakMap::offsetExists(object $object): bool

Checks whether the passed object is referenced in the map.

Elenco dei parametri

object

Object to check for.

Valori restituiti

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top