2022-08-27 12:34:50 +00:00

1.3 KiB

ZM\Store\Database\DBPool

create

public function create(string $name, array $config): mixed

描述

作者很懒,什么也没有说

参数

名称 类型 描述
name string
config array

返回

类型 描述
mixed

pool

public function pool(string $name): mixed

描述

作者很懒,什么也没有说

参数

名称 类型 描述
name string

返回

类型 描述
mixed

getAllPools

public function getAllPools(): array

描述

作者很懒,什么也没有说

返回

类型 描述
array

destroyPool

public function destroyPool(string $name): mixed

描述

作者很懒,什么也没有说

参数

名称 类型 描述
name string

返回

类型 描述
mixed

checkMysqlExtension

public function checkMysqlExtension(): mixed

描述

作者很懒,什么也没有说

返回

类型 描述
mixed