MongoDB\BSON\Document::offsetSet

(mongodb >=1.17.0)

MongoDB\BSON\Document::offsetSet β€” Implementation of ArrayAccess

Beschreibung

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

Sets the value at the specified key to value.

Parameter-Liste

key

The index being set.

value

The new value for the key.

RΓΌckgabewerte

Es wird kein Wert zurΓΌckgegeben.

Fehler/Exceptions

οΌ‹add a note

User Contributed Notes

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