PHP 8.4.26 Released!

MongoDB\BSON\PackedArray::offsetExists

(mongodb >=1.17.0)

MongoDB\BSON\PackedArray::offsetExists — Returns whether a index is present in the array

Description

final public function MongoDB\BSON\PackedArray::offsetExists(mixed $key): bool

Parameters

key

The index to look for in the array.

Return Values

Returns true if the index is present in the array and false otherwise.

See Also

+add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top