array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'weakmap.offsetunset.php', 1 => 'WeakMap::offsetUnset', 2 => 'Removes an entry from the map', ), 'up' => array ( 0 => 'class.weakmap.php', 1 => 'WeakMap', ), 'prev' => array ( 0 => 'weakmap.offsetset.php', 1 => 'WeakMap::offsetSet', ), 'next' => array ( 0 => 'class.stringable.php', 1 => 'Stringable', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'language/predefined/weakmap/offsetunset.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

WeakMap::offsetUnset

(PHP 8)

WeakMap::offsetUnsetRemoves an entry from the map

Descrizione

public 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.