|
Zhamao Framework
3.0.0-beta1
A high-performance chatbot + web framework
|
静态 Public 成员函数 | |
| static | create (string $name, array $config) |
| static | pool (string $name) |
| static | getAllPools () |
| static | destroyPool (string $name) |
| static | checkMysqlExtension () |
|
static |
|
static |
|
static |
销毁数据库连接池
| string | $name | 数据库连接池名称 |
|
static |
获取所有数据库连接池
|
static |
获取一个数据库连接池
| string | $name | 连接池名称 |