(mongodb >=1.16.0)
MongoDB\BSON\Iterator::key — Returns the key of the current element
此函数没有参数。
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.