PHP Interface Laravoole\Wrapper\ServerInterface

Show file Open project: acabin/laravoole

Public Methods

Method Description
close ( $fd )
getParams ( )
getPid ( )
on ( string $event, callable $callback ) event callback
send ( $fd, $content )
start ( )

Method Details

close() public method

public close ( $fd )

getParams() public static method

public static getParams ( )

getPid() public method

public getPid ( )

on() public method

event callback
public on ( string $event, callable $callback )
$event string start receive shutdown WorkerStart close request
$callback callable event handler

send() public method

public send ( $fd, $content )

start() public method

public start ( )