MongoDB\BSON\Iterator::key
(mongodb >=1.16.0)
MongoDB\BSON\Iterator::key — Returns the key of the current element
Description
public MongoDB\BSON\Iterator::key():
string|int
Liste de paramètres
Cette fonction ne contient aucun paramètre.
Valeurs de retour
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.
Erreurs / Exceptions
- Lance une exception MongoDB\Driver\InvalidArgumentException lors d'une erreur survenue pendant l'analyse d'un argument.
- Throws MongoDB\Driver\Exception\LogicException if the iterator is not valid.