The Swoole\MySQL class

はじめに

クラス概要

Swoole\MySQL
class Swoole\MySQL {
/* メソッド */
public void close()
public void connect(array $server_config, callable $callback)
public void __destruct()
public ReturnType getBuffer()
public void on(string $event_name, callable $callback)
public ReturnType query(string $sql, callable $callback)
}
目次