MongoDB集合中使用的密钥列表
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MongoDB集合中使用的密钥列表相关的知识,希望对你有一定的参考价值。
Takes the collection 'david' and gives a unique array of the keys used.
$m = new Mongo(); $db = $m->test; $collection = $db->david; $cursor = $collection->find(); foreach ($array as $k=>$v) { foreach ($v as $a=>$b) { $keys[] = $a; } }
以上是关于MongoDB集合中使用的密钥列表的主要内容,如果未能解决你的问题,请参考以下文章
MongoDB DBRef 列表在 Spring Boot 中返回 null
用于 MongoDB API 的分片密钥和 Azure CosmosDB