PHP 클래스 Laravoole\Wrapper\Workerman

상속: extends Laravoole\Base, implements Laravoole\Wrapper\ServerInterface
파일 보기 프로젝트 열기: acabin/laravoole 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$eventMapper

공개 메소드들

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

메소드 상세

close() 공개 메소드

public close ( $fd )

getParams() 공개 정적인 메소드

public static getParams ( )

getPid() 공개 메소드

public getPid ( )

on() 공개 메소드

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

onWorkerStart() 공개 메소드

public onWorkerStart ( $worker )

send() 공개 메소드

public send ( $fd, $content )

set() 공개 메소드

public set ( $settings )

start() 공개 메소드

public start ( )

프로퍼티 상세

$eventMapper 보호되어 있는 프로퍼티

protected $eventMapper