PHP MongoDBDriver
MongoDB driver ¶. Unlike the mongo extension, this extension is developed atop the » libmongoc and » libbson libraries. It provides a minimal API for core ... ,Introduction¶. The PHP driver consists of two components, the MongoDB extension and library. The extension provides a low-level API and mainly serves to ... ,MongoDB driver classes ¶. MongoDB-Driver-Manager — The MongoDB-Driver-Manager class. MongoDB-Driver-Manager::__construct — Create new MongoDB ... ,Example #1 Composing MongoDB-Driver-Command to provide a helper to create collections. <?php class CreateCollection protected $cmd = array(); function ... ,<?php $manager = new MongoDB-Driver-Manager(); /* Insert some documents so that our query returns information */ $bulkWrite = new ... ,The MongoDB-Driver-Manager is the main entry point to the extension. It is responsible for maintaining connections to MongoDB (be it standalone server, replica ... ,final public MongoDB-Driver-Manager::executeCommand ( string $db ... with a command returning a single result document. <?php $manager = new ... ,$query = new -MongoDB-Driver-Query($filter, $options); $rows = $mongo->executeQuery('db.collectionName', $query); foreach ($rows as $document) ,Installation. To build and install the driver: $ pecl install mongodb $ echo "extension=mongodb.so" >> `php --ini ... , and PHP, implementing only fundamental and performance-critical components necessary to build a fully-functional MongoDB driver.
相關軟體 MongoDB 資訊 | |
---|---|
MongoDB 是一個免費且開放源碼的跨平檯面向文檔的數據庫程序。分類為 NoSQL 數據庫程序,MongoDB 使用類似 JSON 的文檔與模式。它為使用 MongoDB 包括數據庫開發人員和 DBA 的任何人提供了豐富的 GUI 工具。主要功能包括:全功能嵌入 MongoDB Shell,用戶友好的 Map-Reduce 操作編輯器,創建 / 刪除數據庫,管理集合及其索引的能力,用戶友好的 G... MongoDB 軟體介紹
PHP MongoDBDriver 相關參考資料
MongoDB - Manual - PHP
MongoDB driver ¶. Unlike the mongo extension, this extension is developed atop the » libmongoc and » libbson libraries. It provides a minimal API for core ... https://www.php.net MongoDB PHP Driver — MongoDB Drivers
Introduction¶. The PHP driver consists of two components, the MongoDB extension and library. The extension provides a low-level API and mainly serves to ... https://docs.mongodb.com MongoDBDriver - Manual - PHP
MongoDB driver classes ¶. MongoDB-Driver-Manager — The MongoDB-Driver-Manager class. MongoDB-Driver-Manager::__construct — Create new MongoDB ... https://www.php.net MongoDBDriverCommand - Manual - PHP
Example #1 Composing MongoDB-Driver-Command to provide a helper to create collections. <?php class CreateCollection protected $cmd = array(); function ... https://www.php.net MongoDBDriverCursor - Manual - PHP
<?php $manager = new MongoDB-Driver-Manager(); /* Insert some documents so that our query returns information */ $bulkWrite = new ... https://www.php.net MongoDBDriverManager - Manual - PHP
The MongoDB-Driver-Manager is the main entry point to the extension. It is responsible for maintaining connections to MongoDB (be it standalone server, replica ... https://www.php.net MongoDBDriverManager::executeCommand - Manual - PHP
final public MongoDB-Driver-Manager::executeCommand ( string $db ... with a command returning a single result document. <?php $manager = new ... https://www.php.net MongoDBDriverQuery - Manual - PHP
$query = new -MongoDB-Driver-Query($filter, $options); $rows = $mongo->executeQuery('db.collectionName', $query); foreach ($rows as $document) https://www.php.net mongodbmongo-php-driver: MongoDB PHP driver - GitHub
Installation. To build and install the driver: $ pecl install mongodb $ echo "extension=mongodb.so" >> `php --ini ... https://github.com PECL :: Package :: mongodb - PHP
and PHP, implementing only fundamental and performance-critical components necessary to build a fully-functional MongoDB driver. https://pecl.php.net |