mongodb C扩展
最后更新于:2022-04-02 02:25:38
[TOC]
## 安装
### linux
1.
`$ sudo pecl install mongodb
`
2.
```
$ wget http://pecl.php.net/get/mongodb-1.5.2.tgz
$ cd /mongodb-1.5.2
$ phpize
$ ./configure
$ make && make install
```
## 使用
> [php手册](https://www.runoob.com/mongodb/mongodb-php.html)
';