Skip to content

Commit 8743ca8

Browse files
committed
update count method doc
1 parent bd765cd commit 8743ca8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Database/Database.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,8 @@ public function findOne(string $collection, array $queries = [], int $offset = 0
984984
/**
985985
* Count Documents
986986
*
987+
* Count the number of documents. Pass $max=0 for unlimited count
988+
*
987989
* @param string $collection
988990
* @param Query[] $queries
989991
* @param int $max

0 commit comments

Comments
 (0)