MongoDB\BSON\Iterator::keyReturns the key of the current element 説明
public stringint MongoDB\BSON\Iterator::key()
パラメータこの関数にはパラメータはありません。 戻り値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. エラー / 例外
参考
|