PHP Class Swoole\Async\MySQL

Afficher le fichier Open project: matyhtf/swoole_framework

Méthodes publiques

Méthode Description
__construct ( $config, $maxConnection = 100 )
__destruct ( )
close ( ) 关闭连接池
isFree ( )
query ( $sql, callable $callabck )

Méthodes protégées

Méthode Description
connect ( )

Method Details

__construct() public méthode

public __construct ( $config, $maxConnection = 100 )

__destruct() public méthode

public __destruct ( )

close() public méthode

关闭连接池
public close ( )

connect() protected méthode

protected connect ( )

isFree() public méthode

public isFree ( )

query() public méthode

public query ( $sql, callable $callabck )
$callabck callable