Docs Menu

Docs HomePHP Library Manual

MongoDB\InsertManyResult::isAcknowledged()

On this page

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

Return whether the write was acknowledged.

function isAcknowledged(): boolean

A boolean indicating whether the write was acknowledged.

←  MongoDB\InsertManyResult::getInsertedIds()MongoDB\UpdateResult Class →