The Swoole\MySQL class

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Wstęp

Krótki opis klasy

Swoole\MySQL {
/* Metody */
public close ( void ) : void
public connect ( array $server_config , callable $callback ) : void
public __destruct ( void ) : void
public getBuffer ( void ) : ReturnType
public on ( string $event_name , callable $callback ) : void
public query ( string $sql , callable $callback ) : ReturnType
}

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top