Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Phalcon
Db
Adapter
MongoDB
UpdateResult
isAcknowledged
Phalcon\Db\Adapter\MongoDB\UpdateResult::isAcknowledged PHP Méthode
UpdateResult Class Documentation
Afficher le fichier
Open project: phalcon/incubator
isAcknowledged()
public
méthode
If the update was not acknowledged, other fields from the WriteResult (e.g. matchedCount) will be undefined and their getter methods should not be invoked.
public
isAcknowledged
( ) :
boolean
Résultat
boolean
public function isAcknowledged() { return $this->isAcknowledged; }
UpdateResult
__construct
getMatchedCount
getModifiedCount
getUpsertedCount
getUpsertedId
isAcknowledged