Dutch PHP Conference 2025 - Call For Papers

MongoDB\BSON\Document::has

(mongodb >=1.16.0)

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

Опис

final public MongoDB\BSON\Document::has(string $key): bool

Параметри

key (string)

The key to look for in the document.

Значення, що повертаються

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

Помилки/виключення

Прогляньте також

add a note

User Contributed Notes

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