MongoDB\BSON\PackedArray::offsetExists
PHP Manual
PHP Manual»MongoDB\BSON\PackedArray»MongoDB\BSON\PackedArray::offsetExists

MongoDB\BSON\PackedArray::offsetExists

(mongodb >=1.17.0)

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

Description

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

Liste de paramètres

key
L'index à chercher dans le tableau.

Valeurs de retour

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

Voir aussi

To Top