MongoDB\BSON\PackedArray::has

(mongodb >=1.16.0)

MongoDB\BSON\PackedArray::hasReturns whether a index is present in the array

Description

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

Liste de paramètres

index (int)

The index to look for in the array.

Valeurs de retour

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

Erreurs / Exceptions

  • Lance une exception MongoDB\Driver\InvalidArgumentException lors d'une erreur survenue pendant l'analyse d'un argument.

Voir aussi

To Top