update : 2015.11.03
php.shukuma.com
검색:
MongoDB driver classes
Persisting Data
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 MongoDB database command
MongoDB\Driver\Manager::executeQuery
— Execute a MongoDB query
MongoDB\Driver\Manager::getServers
— Description
MongoDB\Driver\Manager::selectServer
— Preselect MongoDB node
MongoDB\Driver\Command
— The MongoDB\Driver\Command class
MongoDB\Driver\Command::__construct
— Construct new Command
MongoDB\Driver\Query
— The MongoDB\Driver\Query class
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 an insert operation to the bulk
MongoDB\Driver\BulkWrite::update
— Add an update operation to the bulk
MongoDB\Driver\WriteConcern
— The MongoDB\Driver\WriteConcern class
MongoDB\Driver\WriteConcern::__construct
— Construct immutable WriteConcern
MongoDB\Driver\ReadPreference
— The MongoDB\Driver\ReadPreference class
MongoDB\Driver\ReadPreference::__construct
— Description
MongoDB\Driver\Cursor
— The MongoDB\Driver\Cursor class
MongoDB\Driver\Cursor::__construct
— Description
MongoDB\Driver\Cursor::getId
— Returns the CursorId for this cursor
MongoDB\Driver\Cursor::getServer
— Returns the Server object to which this cursor is attached
MongoDB\Driver\Cursor::isDead
— Checks if a cursor is still alive
MongoDB\Driver\Cursor::setTypeMap
— Sets a type map to use for BSON unserialization
MongoDB\Driver\Cursor::toArray
— Returns an array of all result documents for this cursor
MongoDB\Driver\CursorId
— The MongoDB\Driver\CursorId class
MongoDB\Driver\CursorId::__construct
— Description
MongoDB\Driver\CursorId::__toString
— Description
MongoDB\Driver\Server
— The MongoDB\Driver\Server class
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
— The MongoDB\Driver\WriteConcernError class
MongoDB\Driver\WriteConcernError::getCode
— Description
MongoDB\Driver\WriteConcernError::getInfo
— Description
MongoDB\Driver\WriteConcernError::getMessage
— Description
MongoDB\Driver\WriteError
— The MongoDB\Driver\WriteError class
MongoDB\Driver\WriteError::getCode
— Description
MongoDB\Driver\WriteError::getIndex
— Description
MongoDB\Driver\WriteError::getMessage
— Description
MongoDB\Driver\WriteResult
— The MongoDB\Driver\WriteResult class
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
Persisting Data
MongoDB\Driver\Manager
MongoDB
PHP Manual