定義
MongoDB\UpdateResult
このクラスには、実行された更新または置換操作に関する情報が含まれています。これは MongoDB$Driver\WriteResult オブジェクトをカプセル化し、
MongoDB\Collection::replaceOne()
、MongoDB\Collection::updateMany()
、またはMongoDB\Collection::updateOne()
から返されます。
MongoDB\UpdateResult
このクラスには、実行された更新または置換操作に関する情報が含まれています。これは MongoDB$Driver\WriteResult オブジェクトをカプセル化し、MongoDB\Collection::replaceOne()
、MongoDB\Collection::updateMany()
、または MongoDB\Collection::updateOne()
から返されます。