php8.5
Home/ Manual/ bson / packedarray/ MongoDB\BSON\PackedArray::has

MongoDB\BSON\PackedArray::has

PHP function Edit on GitHub ✎

(mongodb >=1.16.0)

Returns whether a index is present in the array

Description

MongoDB\BSON\PackedArray::has(int $index): bool

Parameters

index (int)

The index to look for in the array.

Return Values

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

Errors/Exceptions

See Also

  • MongoDB\BSON\PackedArray::get
  • BSON Types

Source: reference/mongodb/bson/packedarray/has.xml · from the official PHP manual (php/doc-en)