使用php导出Mongodb集合

时间:2017-09-25 06:15:02

标签: php mongodb

我需要使用mongodb导出php集合,下面是我的代码,但它不起作用,

$path =  "mongodb/bck.json";
$command = "mongodump --host localhost --username user --password pass --db order  --out " .$path;
$results = exec($command);

代码中的问题是什么?任何帮助赞赏..
从这里引用Mongo Docs

0 个答案:

没有答案