php mongodb command

相關問題 & 資訊整理

php mongodb command

The MongoDB PHP Library provides helper methods across the Client , Database , and Collection classes for common database commands. ,The MongoDB PHP Library provides helper methods across the Client , Database , and Collection classes for common database commands. ,It provides a minimal API for core driver functionality: commands, queries, writes, connection management, and BSON serialization. Userland PHP libraries that ... ,Most database commands return a single result document, which can be obtained by converting the returned cursor to an array and accessing its first element. ,Most database commands return a single result document, which can be obtained by converting the returned cursor to an array and accessing its first element. ,Execute a command on the database. This is generally used to execute commands that do not have a corresponding helper method within the library. function ... ,The MongoDB-Driver-Command class is a value object that represents a database command. To provide Command Helpers the MongoDB- ... ,Constructs a new MongoDB-Driver-Command, which is an immutable value object that represents a database command. The command may then be executed with ... ,Selects a server according to the readPreference option and executes the command on that server. This method applies no special logic to the command. ,Executes the command on this server. This method applies no special logic to the command. The Default values for the readPreference , readConcern , and ...

相關軟體 MongoDB 資訊

MongoDB
MongoDB 是一個免費且開放源碼的跨平檯面向文檔的數據庫程序。分類為 NoSQL 數據庫程序,MongoDB 使用類似 JSON 的文檔與模式。它為使用 MongoDB 包括數據庫開發人員和 DBA 的任何人提供了豐富的 GUI 工具。主要功能包括:全功能嵌入 MongoDB Shell,用戶友好的 Map-Reduce 操作編輯器,創建 / 刪除數據庫,管理集合及其索引的能力,用戶友好的 G... MongoDB 軟體介紹

php mongodb command 相關參考資料
Execute Database Commands - PHP Library Manual

The MongoDB PHP Library provides helper methods across the Client , Database , and Collection classes for common database commands.

https://www.mongodb.com

Execute Database Commands - PHP Library Manual v1.19

The MongoDB PHP Library provides helper methods across the Client , Database , and Collection classes for common database commands.

https://www.mongodb.com

MongoDB - Manual

It provides a minimal API for core driver functionality: commands, queries, writes, connection management, and BSON serialization. Userland PHP libraries that ...

https://www.php.net

MongoDBDatabase::command() - PHP Library Manual

Most database commands return a single result document, which can be obtained by converting the returned cursor to an array and accessing its first element.

https://www.mongodb.com

MongoDBDatabase::command() - PHP Library Manual v1.18

Most database commands return a single result document, which can be obtained by converting the returned cursor to an array and accessing its first element.

https://www.mongodb.com

MongoDBDatabase::command() - PHP Library Manual v1.19

Execute a command on the database. This is generally used to execute commands that do not have a corresponding helper method within the library. function ...

https://www.mongodb.com

MongoDBDriverCommand - Manual

The MongoDB-Driver-Command class is a value object that represents a database command. To provide Command Helpers the MongoDB- ...

https://www.php.net

MongoDBDriverCommand::__construct - Manual

Constructs a new MongoDB-Driver-Command, which is an immutable value object that represents a database command. The command may then be executed with ...

https://www.php.net

MongoDBDriverManager::executeCommand - Manual

Selects a server according to the readPreference option and executes the command on that server. This method applies no special logic to the command.

https://www.php.net

MongoDBDriverServer::executeCommand - Manual

Executes the command on this server. This method applies no special logic to the command. The Default values for the readPreference , readConcern , and ...

https://www.php.net