MongoDB\BSON\Document::offsetSet

(mongodb >=1.17.0)

MongoDB\BSON\Document::offsetSetImplementation of ArrayAccess

Descrizione

final public MongoDB\BSON\Document::offsetSet(mixed $key, mixed $value): void

Sets the value at the specified key to value.

Elenco dei parametri

key
The index being set.
value
The new value for the key.

Valori restituiti

Nessun valore viene restituito.

Errori/Eccezioni