php ile Upsert sonra mongodb _id nesne olsun

0 Cevap php

is it possible to get the new/updated _id after the query? example code:

$key = array( 'something' => 'unique' );
$data = array( '$inc' => array( 'someint' => 1 ) );
$mongodb->db->collection->update( $key, $data, array( 'upsert' => true ) );

$ Anahtar, yeni / eski _id nesne tutan değil ve ben $ veri olacak değil ya onun sadece bir talimat çünkü varsayalım.

0 Cevap