Docs Menu

Docs HomePHP Library Manual

MongoDB\UpdateResult::isAcknowledged()

On this page

  • Definition
  • Return Values
  • See Also
MongoDB\UpdateResult::isAcknowledged()

Return whether the write was acknowledged.

function isAcknowledged(): boolean

A boolean indicating whether the write was acknowledged.

  • MongoDB\Driver\WriteResult::isAcknowledged()

  • Write Concern in the MongoDB manual

← MongoDB\UpdateResult::getUpsertedId()