[ Mongodb ] – How to show Mongodb size 如何查詢 Mongodb 容量

Mongodb 在我的使用情境下都拿來存統計的資料,但為避免儲存空間不足造成網站掛掉,所以定時的去檢查每個資料庫使大小是一定要的。
Mongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.

[ MongoDB ] – How to show collections in PHP7

然已進化到可以存json格式但統計方面還是不便,這次要做到的功能其實很簡單就是 show collections ,列出所有集合(資料表),下指令很簡單 但 php 新版的mongodb 驅動已更新,舊的語法不能用著實讓我很困擾。