使用PHP的$和操作不适用于MongoDB

时间:2018-05-05 09:30:12

标签: php mongodb

我想将客户id = 5city = NewYork的条件应用于MongoDB中的集合 我正在使用此查询来获取PHP:

$userslist1 = $users_c->find(array( '$and' => array( 'customer_id'=>'aGVLU1p5bjJOaGN0bjhPdFk2dGRGUT09'),('City=>'newyork'))) ;

但是当我运行它时,我收到以下错误:

  

致命错误:未捕获的MongoDB \ Driver \ Exception \ ConnectionException:$且必须是数组

我如何解决?

0 个答案:

没有答案