mongodb php driver
git clone https://github.com/mongodb/mongo-php-driver.git $ cd mongo-php-driver $ git submodule update --init $ phpize $ ./configure $ make all $ sudo make ... ,Installing the MongoDB PHP Driver on Windows ¶ ... Precompiled binaries for each release are available from » PECL for a variety of combinations of versions, ... ,Installing the MongoDB PHP Driver with PECL ¶. Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL ... ,The PHP driver consists of two components, the MongoDB extension and library. The extension provides a low-level API and mainly serves to integrate ... ,你可以在Linux 中执行以下命令来安装MongoDB 的PHP 扩展驱动 $ sudo pecl install mongodb. 使用php的pecl安装命令必须保证网络连接可用以及root权限。 ,在終端上安裝. 你可以在linux中執行以下命令來安裝MongoDB 的PHP 擴展驅動 $ sudo pecl install mongo. 使用php的pecl安裝 ... ,MongoDB PHP Driver ... This extension is developed atop the libmongoc and libbson libraries. It provides a minimal API for core driver functionality: commands, ... ,This library provides a high-level abstraction around the lower-level PHP driver ( mongodb extension). While the extension provides a limited API for ... ,and PHP, implementing only fundamental and performance-critical components necessary to build a fully-functional MongoDB driver. ,MongoDB driver ¶ ... This extension is developed atop the » libmongoc and » libbson libraries. It provides a minimal API for core driver functionality: commands, ...
相關軟體 MongoDB 資訊 | |
---|---|
MongoDB 是一個免費且開放源碼的跨平檯面向文檔的數據庫程序。分類為 NoSQL 數據庫程序,MongoDB 使用類似 JSON 的文檔與模式。它為使用 MongoDB 包括數據庫開發人員和 DBA 的任何人提供了豐富的 GUI 工具。主要功能包括:全功能嵌入 MongoDB Shell,用戶友好的 Map-Reduce 操作編輯器,創建 / 刪除數據庫,管理集合及其索引的能力,用戶友好的 G... MongoDB 軟體介紹
mongodb php driver 相關參考資料
Building the MongoDB PHP Driver from source - Manual
git clone https://github.com/mongodb/mongo-php-driver.git $ cd mongo-php-driver $ git submodule update --init $ phpize $ ./configure $ make all $ sudo make ... https://www.php.net Installing the MongoDB PHP Driver on Windows - Manual
Installing the MongoDB PHP Driver on Windows ¶ ... Precompiled binaries for each release are available from » PECL for a variety of combinations of versions, ... https://www.php.net Installing the MongoDB PHP Driver with PECL - Manual
Installing the MongoDB PHP Driver with PECL ¶. Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL ... https://www.php.net MongoDB PHP Driver
The PHP driver consists of two components, the MongoDB extension and library. The extension provides a low-level API and mainly serves to integrate ... https://docs.mongodb.com MongoDB PHP 扩展 - 菜鸟教程
你可以在Linux 中执行以下命令来安装MongoDB 的PHP 扩展驱动 $ sudo pecl install mongodb. 使用php的pecl安装命令必须保证网络连接可用以及root权限。 https://www.runoob.com MongoDB PHP 擴展 - HTML Tutorial
在終端上安裝. 你可以在linux中執行以下命令來安裝MongoDB 的PHP 擴展驅動 $ sudo pecl install mongo. 使用php的pecl安裝 ... http://www.w3big.com mongodbmongo-php-driver - GitHub
MongoDB PHP Driver ... This extension is developed atop the libmongoc and libbson libraries. It provides a minimal API for core driver functionality: commands, ... https://github.com mongodbmongo-php-library - GitHub
This library provides a high-level abstraction around the lower-level PHP driver ( mongodb extension). While the extension provides a limited API for ... https://github.com Package :: mongodb - PECL
and PHP, implementing only fundamental and performance-critical components necessary to build a fully-functional MongoDB driver. https://pecl.php.net PHP: MongoDB - Manual
MongoDB driver ¶ ... This extension is developed atop the » libmongoc and » libbson libraries. It provides a minimal API for core driver functionality: commands, ... https://www.php.net |