PHP 인터페이스 Laravoole\Wrapper\ServerInterface

파일 보기 프로젝트 열기: acabin/laravoole

공개 메소드들

메소드 설명
close ( $fd )
getParams ( )
getPid ( )
on ( string $event, callable $callback ) event callback
send ( $fd, $content )
start ( )

메소드 상세

close() 공개 메소드

public close ( $fd )

getParams() 공개 정적인 메소드

public static getParams ( )

getPid() 공개 메소드

public getPid ( )

on() 공개 메소드

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

send() 공개 메소드

public send ( $fd, $content )

start() 공개 메소드

public start ( )