MongoDB\BSON\Document::offsetExists

(mongodb >=1.17.0)

MongoDB\BSON\Document::offsetExistsReturns whether a key is present in the document

Beschreibung

final public MongoDB\BSON\Document::offsetExists(mixed $key): bool

Parameter-Liste

key

The key to look for in the document.

Rückgabewerte

Returns true if the key is present in the document and false otherwise.

Siehe auch

add a note

User Contributed Notes

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