mongo 使用find的返回值,转换为数组形式

$rs = $mongo->find();
var_dump(iterator_to_array($rs));
原文地址:https://www.cnblogs.com/mmady/p/7927845.html