Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 MongoDB 的新手,我想证明我的查询结果是否符合预期。像受影响的行或 SQL 中的某些内容。我正在使用 pdo 和 mongoDB 在 PHP 中工作。
任何人都可以帮助我吗?
我发现了这样的事情:
$result->count()
这给了我在 mongodb 中查询的影响行。仅供您参考