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

MongoDB\BSON\PackedArray::has

(mongodb >=1.16.0)

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

Descrizione

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

Elenco dei parametri

index (int)
The index to look for in the array.

Valori restituiti

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

Errori/Eccezioni

Vedere anche:

To Top