MongoDB\BSON\Document::offsetExists
PHP Manual
PHP Manual»MongoDB\BSON\Document»MongoDB\BSON\Document::offsetExists

MongoDB\BSON\Document::offsetExists

(mongodb >=1.17.0)

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

Опис

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

Параметри

key
The key to look for in the document.

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

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

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

To Top