(mongodb >=1.16.0)
MongoDB\BSON\Iterator::key — Returns the key of the current element
This function has no parameters.
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.