PHP 8.4.0 RC4 available for testing

MongoDB\BSON\PackedArray::has

(mongodb >=1.16.0)

MongoDB\BSON\PackedArray::hasRenvoie si un index est présent dans le tableau

Description

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

Liste de paramètres

index (int)

L'index a chercher dans le tableau.

Valeurs de retour

Renvoie true si l'index est présent dans le tableau sinon false.

Erreurs / Exceptions

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

Voir aussi

add a note

User Contributed Notes

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