MongoDB\BSON\PackedArray::offsetExists
(mongodb >=1.17.0)
MongoDB\BSON\PackedArray::offsetExists — Returns whether a index is present in the array
参数
key-
The index to look for in the array.
参见
- ArrayAccess::offsetExists() - 检查一个偏移位置是否存在
- MongoDB\BSON\PackedArray::has() - Returns whether a index is present in the array