Statement on glibc/iconv Vulnerability

MongoDB\BSON\Iterator::current

(mongodb >=1.16.0)

MongoDB\BSON\Iterator::currentReturns the current element

説明

public 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.

エラー / 例外

参考

add a note

User Contributed Notes

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