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::offsetExistsReturns whether a index is present in the array

Опис

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

Параметри

key
The index to look for in the array.

Значення, що повертаються

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

Прогляньте також

To Top