PHP 8.4.0 Beta 5 available for testing

MongoDB\BSON\PackedArray::offsetExists

(mongodb >=1.17.0)

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

Description

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

Liste de paramètres

key

L'index a chercher dans le tableau.

Valeurs de retour

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

Voir aussi

add a note

User Contributed Notes

There are no user contributed notes for this page.