You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <strong>list_collections</strong> method returns an array of MongoCollection objects of all collections present in the database. Optionally you can specify that you want all system collections returned too.</a>
1979
+
</p>
1980
+
<tableclass="method">
1981
+
<tbody>
1982
+
<tr>
1983
+
<thclass="legend">Static</th>
1984
+
<td>No</td>
1985
+
</tr>
1986
+
<tr>
1987
+
<th>Parameters</th>
1988
+
<td>
1989
+
<tableclass="parameters">
1990
+
<tr>
1991
+
<th>Param</th>
1992
+
<th>Type</th>
1993
+
<th>Default</th>
1994
+
<thclass="description">Description</th>
1995
+
</tr>
1996
+
<tr>
1997
+
<th><kbd>system_collections</kbd></th>
1998
+
<td><em>bool</em></td>
1999
+
<td><preclass="php"><code>false</code></pre></td>
2000
+
<td>Whether or not to include the system collections.</td>
0 commit comments