PHP Class Laravoole\Wrapper\Workerman

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

Protected Properties

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

Méthodes publiques

Méthode Description
close ( $fd )
getParams ( )
getPid ( )
on ( $event, callable $callback )
onWorkerStart ( $worker )
send ( $fd, $content )
set ( $settings )
start ( )

Method Details

close() public méthode

public close ( $fd )

getParams() public static méthode

public static getParams ( )

getPid() public méthode

public getPid ( )

on() public méthode

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

onWorkerStart() public méthode

public onWorkerStart ( $worker )

send() public méthode

public send ( $fd, $content )

set() public méthode

public set ( $settings )

start() public méthode

public start ( )

Property Details

$eventMapper protected_oe property

protected $eventMapper