标签: php mongodb
我需要使用mongodb导出php集合,下面是我的代码,但它不起作用,
mongodb
php
$path = "mongodb/bck.json"; $command = "mongodump --host localhost --username user --password pass --db order --out " .$path; $results = exec($command);
代码中的问题是什么?任何帮助赞赏.. 从这里引用Mongo Docs