Script Injection Attacks
MongoDB\Driver\Manager
MongoDB
PHP Manual
MongoDB driver classes
MongoDB\Driver\Manager
— The MongoDB\Driver\Manager class
MongoDB\Driver\Manager::__construct
— Create new MongoDB Manager
MongoDB\Driver\Manager::executeBulkWrite
— Execute one or more write operations
MongoDB\Driver\Manager::executeCommand
— Execute a database command
MongoDB\Driver\Manager::executeQuery
— Execute a database query
MongoDB\Driver\Manager::getServers
— Description
MongoDB\Driver\Manager::selectServer
— Select a server matching a read preference
MongoDB\Driver\Command
— The MongoDB\Driver\Command class
MongoDB\Driver\Command::__construct
— Crée une nouvelle commande
MongoDB\Driver\Query
— La classe MongoDB\Driver\Query
MongoDB\Driver\Query::__construct
— Construct new Query
MongoDB\Driver\BulkWrite
— The MongoDB\Driver\BulkWrite class
MongoDB\Driver\BulkWrite::__construct
— Create a new BulkWrite
MongoDB\Driver\BulkWrite::count
— Count number of write operations in the bulk
MongoDB\Driver\BulkWrite::delete
— Add a delete operation to the bulk
MongoDB\Driver\BulkWrite::insert
— Add an insert operation to the bulk
MongoDB\Driver\BulkWrite::update
— Add an update operation to the bulk
MongoDB\Driver\WriteConcern
— La classe MongoDB\Driver\WriteConcern
MongoDB\Driver\WriteConcern::bsonSerialize
— Returns an object for BSON serialization
MongoDB\Driver\WriteConcern::__construct
— Construit un WriteConcern immutable
MongoDB\Driver\WriteConcern::getJournal
— Returns the WriteConcern's "journal" option
MongoDB\Driver\WriteConcern::getW
— Returns the WriteConcern's "w" option
MongoDB\Driver\WriteConcern::getWtimeout
— Returns the WriteConcern's "wtimeout" option
MongoDB\Driver\ReadPreference
— La classe MongoDB\Driver\ReadPreference
MongoDB\Driver\ReadPreference::bsonSerialize
— Returns an object for BSON serialization
MongoDB\Driver\ReadPreference::__construct
— Description
MongoDB\Driver\ReadPreference::getMode
— Returns the ReadPreference's "mode" option
MongoDB\Driver\ReadPreference::getTagSets
— Returns the ReadPreference's "tagSets" option
MongoDB\Driver\ReadConcern
— The MongoDB\Driver\ReadConcern class
MongoDB\Driver\ReadConcern::bsonSerialize
— Returns an object for BSON serialization
MongoDB\Driver\ReadConcern::__construct
— Construct immutable ReadConcern
MongoDB\Driver\ReadConcern::getLevel
— Returns the ReadConcern's "level" option
MongoDB\Driver\Cursor
— La classe MongoDB\Driver\Cursor
MongoDB\Driver\Cursor::__construct
— Description
MongoDB\Driver\Cursor::getId
— Retourne le CursorId pour ce curseur
MongoDB\Driver\Cursor::getServer
— Retourne l'objet Server sur lequel le curseur est attaché
MongoDB\Driver\Cursor::isDead
— Vérifie si un curseur est toujours disponible
MongoDB\Driver\Cursor::setTypeMap
— Défini un type de carte à utiliser pour la délinéarisation BSON
MongoDB\Driver\Cursor::toArray
— Retourne un tableau de tous les documents résultants pour ce curseur
MongoDB\Driver\CursorId
— La classe MongoDB\Driver\CursorId
MongoDB\Driver\CursorId::__construct
— Description
MongoDB\Driver\CursorId::__toString
— Description
MongoDB\Driver\Server
— La classe MongoDB\Driver\Server
MongoDB\Driver\Server::__construct
— Description
MongoDB\Driver\Server::executeBulkWrite
— Exécute une ou plusieurs opérations d'écriture sur ce serveur
MongoDB\Driver\Server::executeCommand
— Exécute une commande de base de données sur ce serveur
MongoDB\Driver\Server::executeQuery
— Exécute une requête de base de données sur ce serveur
MongoDB\Driver\Server::getHost
— Retourne le nom d'hôte du serveur
MongoDB\Driver\Server::getInfo
— Retourne un tableau d'informations sur ce serveur
MongoDB\Driver\Server::getLatency
— Retourne la latence de ce serveur
MongoDB\Driver\Server::getPort
— Retourne le port sur lequel le serveur écoute
MongoDB\Driver\Server::getTags
— Returns an array of tags describing this server in a replica set
MongoDB\Driver\Server::getType
— Retourne un entier représentant le type du serveur
MongoDB\Driver\Server::isArbiter
— Checks if this server is an arbiter member of a replica set
MongoDB\Driver\Server::isHidden
— Checks if this server is a hidden member of a replica set
MongoDB\Driver\Server::isPassive
— Vérifie si le serveur est un membre passif du jeu de réplication
MongoDB\Driver\Server::isPrimary
— Checks if this server is a primary member of a replica set
MongoDB\Driver\Server::isSecondary
— Checks if this server is a secondary member of a replica set
MongoDB\Driver\WriteConcernError
— La classe MongoDB\Driver\WriteConcernError
MongoDB\Driver\WriteConcernError::getCode
— Description
MongoDB\Driver\WriteConcernError::getInfo
— Description
MongoDB\Driver\WriteConcernError::getMessage
— Description
MongoDB\Driver\WriteError
— La classe MongoDB\Driver\WriteError
MongoDB\Driver\WriteError::getCode
— Description
MongoDB\Driver\WriteError::getIndex
— Description
MongoDB\Driver\WriteError::getInfo
— Returns additional metadata for the WriteError
MongoDB\Driver\WriteError::getMessage
— Description
MongoDB\Driver\WriteResult
— La classe MongoDB\Driver\WriteResult
MongoDB\Driver\WriteResult::getDeletedCount
— Description
MongoDB\Driver\WriteResult::getInsertedCount
— Description
MongoDB\Driver\WriteResult::getMatchedCount
— Description
MongoDB\Driver\WriteResult::getModifiedCount
— Description
MongoDB\Driver\WriteResult::getServer
— Description
MongoDB\Driver\WriteResult::getUpsertedCount
— Description
MongoDB\Driver\WriteResult::getUpsertedIds
— Description
MongoDB\Driver\WriteResult::getWriteConcernError
— Description
MongoDB\Driver\WriteResult::getWriteErrors
— Description
MongoDB\Driver\WriteResult::isAcknowledged
— Returns whether the write was acknowledged
Script Injection Attacks
MongoDB\Driver\Manager
MongoDB
PHP Manual