PHP Class Laravoole\Wrapper\Workerman

Inheritance: extends Laravoole\Base, implements Laravoole\Wrapper\ServerInterface
Show file Open project: acabin/laravoole Class Usage Examples

Protected Properties

Property Type Description
$eventMapper

Public Methods

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

Method Details

close() public method

public close ( $fd )

getParams() public static method

public static getParams ( )

getPid() public method

public getPid ( )

on() public method

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

onWorkerStart() public method

public onWorkerStart ( $worker )

send() public method

public send ( $fd, $content )

set() public method

public set ( $settings )

start() public method

public start ( )

Property Details

$eventMapper protected property

protected $eventMapper