CakeFest 2024: The Official CakePHP Conference

WeakMap::offsetUnset

(PHP 8)

WeakMap::offsetUnsetRemove uma entrada do mapa

Descrição

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

Remove uma entrada do mapa.

Parâmetros

object

O objeto chave a ser removido do mapa.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

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