MongoDB\BSON\PackedArray::offsetExists
PHP function
Edit on GitHub ✎
(mongodb >=1.17.0)
Returns whether a index is present in the array
Description
MongoDB\BSON\PackedArray::offsetExists(mixed $key): bool
Parameters
keyThe index to look for in the array.
Return Values
Returns true if the index is present in the array and false otherwise.
See Also
ArrayAccess::offsetExistsMongoDB\BSON\PackedArray::has