(mongodb >=1.17.0)
MongoDB\BSON\PackedArray::offsetExists — 返回数组中是否存在索引
$key
key
要在数组中查找的索引。
如果索引存在于数组中,则返回 true,否则返回 false。
true
false