Dutch PHP Conference 2025 - Call For Papers

MongoDB\BSON\PackedArray::has

(mongodb >=1.16.0)

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

Опис

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

Параметри

index (int)

The index to look for in the array.

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

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

Помилки/виключення

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

add a note

User Contributed Notes

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