MongoDB::UnacknowledgedResult(3) MongoDB unacknowledged result object

VERSION

version v1.2.3

SYNOPSIS


if ( $result->acknowledged ) {
...
}

DESCRIPTION

This class represents an unacknowledged result, i.e. with write concern of "w => 0". No additional information is available and no other methods should be called on it.

METHODS

acknowledged

Indicates whether this write result was acknowledged. Always false for this class.

AUTHORS

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by MongoDB, Inc..

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004