MongoDB\BSON\Iterator::current
PHP Manual
PHP Manual»MongoDB\BSON\Iterator»MongoDB\BSON\Iterator::current

MongoDB\BSON\Iterator::current

(mongodb >=1.16.0)

MongoDB\BSON\Iterator::currentReturns the current element

Опис

public function MongoDB\BSON\Iterator::current(): mixed

Параметри

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

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

Returns the value of the current element.

Зауваження: When encountering a value encoded as 64-bit integer in the BSON structure, the return value of this method will be a MongoDB\BSON\Int64 instance.

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

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

To Top