Chapitre #2 : Connexion à MongoDB
MongoDB\Driver\Manager
MongoDB
PHP Manual
MongoDB\Driver
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 MongoDB database command
MongoDB\Driver\Manager::executeDelete
— Convenience method for a single delete operation
MongoDB\Driver\Manager::executeInsert
— Convenience method for a single insert operation
MongoDB\Driver\Manager::executeQuery
— Execute a MongoDB query
MongoDB\Driver\Manager::executeUpdate
— Convenience method for a single update operation
MongoDB\Driver\Manager::getServers
— Description
MongoDB\Driver\Manager::selectServer
— Preselect MongoDB node
MongoDB\Driver\Command
— The MongoDB\Driver\Command class
MongoDB\Driver\Command::__construct
— Construit 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 new BulkWrite
MongoDB\Driver\BulkWrite::count
— Count expected roundtrips
MongoDB\Driver\BulkWrite::delete
— Add a delete operation to the bulk
MongoDB\Driver\BulkWrite::insert
— Add a 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::__construct
— Construit un WriteConcern immutable
MongoDB\Driver\ReadPreference
— La classe MongoDB\Driver\ReadPreference
MongoDB\Driver\ReadPreference::__construct
— Description
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
— Description
MongoDB\Driver\Server::executeCommand
— Description
MongoDB\Driver\Server::executeQuery
— Description
MongoDB\Driver\Server::getHost
— Description
MongoDB\Driver\Server::getInfo
— Description
MongoDB\Driver\Server::getLatency
— Description
MongoDB\Driver\Server::getPort
— Description
MongoDB\Driver\Server::getState
— Description
MongoDB\Driver\Server::getType
— Description
MongoDB\Driver\Server::isDelayed
— Description
MongoDB\Driver\Server::isPassive
— Description
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::getMessage
— Description
MongoDB\Driver\WriteResult
— La classe MongoDB\Driver\WriteResult
MongoDB\Driver\WriteResult::getDeletedCount
— Description
MongoDB\Driver\WriteResult::getInfo
— 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
Chapitre #2 : Connexion à MongoDB
MongoDB\Driver\Manager
MongoDB
PHP Manual