update : 2015.11.03
php.shukuma.com검색:
|
Counting Documents in A CollectionNow that we've inserted 101 documents (the 100 we did in the loop, plus the first one), we can check to see if we have them all using the MongoCollection::count() method.
<?php |