(mongodb >=1.16.0)
MongoDB\BSON\Document::has — 返回文档中是否存在键
$key
key
要在文档中查找的键。
如果键存在于文档中,则返回 true,否则返回 false。
true
false