PHP Class Laravoole\Wrapper\Swoole

Inheritance: extends Laravoole\Base, implements Laravoole\Wrapper\ServerInterface
Afficher le fichier Open project: acabin/laravoole Class Usage Examples

Protected Properties

Свойство Type Description
$callbacks

Méthodes publiques

Méthode Description
close ( $fd )
getLogFile ( )
getParams ( ) http://wiki.swoole.com/wiki/page/274.html
getPid ( )
on ( $event, callable $callback )
onServerShutdown ( $serv )
onServerStart ( )
onWorkerStart ( $serv, $worker_id )
send ( $fd, $content )
start ( )

Method Details

close() public méthode

public close ( $fd )

getLogFile() public static méthode

public static getLogFile ( )

getParams() public static méthode

http://wiki.swoole.com/wiki/page/274.html
public static getParams ( )

getPid() public méthode

public getPid ( )

on() public méthode

public on ( $event, callable $callback )
$callback callable

onServerShutdown() public méthode

public onServerShutdown ( $serv )

onServerStart() public méthode

public onServerStart ( )

onWorkerStart() public méthode

public onWorkerStart ( $serv, $worker_id )

send() public méthode

public send ( $fd, $content )

start() public méthode

public start ( )

Property Details

$callbacks protected_oe property

protected $callbacks