WeakMap::offsetUnset
PHP Manual
PHP Manual»WeakMap»WeakMap::offsetUnset

WeakMap::offsetUnset

(PHP 8)

WeakMap::offsetUnsetRemoves an entry from the map

Descrizione

public function WeakMap::offsetUnset(object $object): void

Removes an entry from the map.

Elenco dei parametri

object

The key object to remove from the map.

Valori restituiti

Nessun valore viene restituito.

To Top