php8.5
Home/ Manual/ bson / iterator/ MongoDB\BSON\Iterator::current

MongoDB\BSON\Iterator::current

PHP function Edit on GitHub ✎

(mongodb >=1.16.0)

Returns the current element

Description

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

Parameters Parameters

Return Values

Returns the value of the current element.

Note

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.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\LogicException if the iterator is not valid.

See Also

  • Iterator::current

Source: reference/mongodb/bson/iterator/current.xml · from the official PHP manual (php/doc-en)