PHP Conference Kansai 2025

MongoDB\BSON\PackedArray::offsetExists

(mongodb >=1.17.0)

MongoDB\BSON\PackedArray::offsetExistsIndica si un índice está presente en el array

Descripción

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

Parámetros

key

El índice a buscar en el array.

Valores devueltos

Devuelve true si el índice está presente en el array, de lo contrario false.

Ver también

add a note

User Contributed Notes

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