Dutch PHP Conference 2025 - Call For Papers

MongoDB\BSON\Iterator::key

(mongodb >=1.16.0)

MongoDB\BSON\Iterator::keyReturns the key of the current element

Опис

public MongoDB\BSON\Iterator::key(): string|int

Параметри

У цієї функції немає параметрів.

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

Returns the key of the current element. When iterating a BSON document, the key will always be a string. When iterating a BSON array, the key will be an int.

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

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

add a note

User Contributed Notes

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