(mongodb >=1.16.0)
MongoDB\BSON\Document::has — Returns whether a key is present in the document
$key
key
The key to look for in the document.
Returns true if the key is present in the document and false otherwise.
true
false