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