我嘗試新的陣列集合中添加到現有的文件:蒙戈+ PHP:更新文檔集合在一個新的Array
$lat = '38.9586307';
$lon = '-77.3570028';
$location = 'office';
$latLong = array($lat,$lon);
$newdata = array('$set' => array('latLong' => $latLong));
$collection->update(array('location' => $location), $newdata);
但它不工作...我失去的東西這裏?
能在你面前,並執行此代碼後,添加到該文件的問題轉儲? – mephisto123