$collection->update(array("_id"=>new MongoId($uid), "phonenumber"=> $exist => array(FALSE),$set("phone"=>"1223444"));
我想知道为什么我的 $exist 查询不能与 PHP 和 Mongodb 一起使用,如果有人能指出我正确的方向,这将是有帮助的。
好的,在集合数据库中没有名为 phonenumber 的行,如果没有 phonenumber 我希望它插入一个,但如果有 phonenumber 不做任何事情。