PHP Class Phastlight\Module\Cluster\Worker

Inheritance: extends Phastlight\EventEmitter
Show file Open project: phastlight/phastlight

Public Methods

Method Description
__construct ( $process ) #the child process object that this worker binds to
getProcess ( )
kill ( $signal = "SIGHUP" )

Method Details

__construct() public method

#the child process object that this worker binds to
public __construct ( $process )

getProcess() public method

public getProcess ( )

kill() public method

public kill ( $signal = "SIGHUP" )