PHP 클래스 Laravoole\Wrapper\Swoole

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

보호된 프로퍼티들

프로퍼티 타입 설명
$callbacks

공개 메소드들

메소드 설명
close ( $fd )
getLogFile ( )
getParams ( ) http://wiki.swoole.com/wiki/page/274.html
getPid ( )
on ( $event, callable $callback )
onServerShutdown ( $serv )
onServerStart ( )
onWorkerStart ( $serv, $worker_id )
send ( $fd, $content )
start ( )

메소드 상세

close() 공개 메소드

public close ( $fd )

getLogFile() 공개 정적인 메소드

public static getLogFile ( )

getParams() 공개 정적인 메소드

http://wiki.swoole.com/wiki/page/274.html
public static getParams ( )

getPid() 공개 메소드

public getPid ( )

on() 공개 메소드

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

onServerShutdown() 공개 메소드

public onServerShutdown ( $serv )

onServerStart() 공개 메소드

public onServerStart ( )

onWorkerStart() 공개 메소드

public onWorkerStart ( $serv, $worker_id )

send() 공개 메소드

public send ( $fd, $content )

start() 공개 메소드

public start ( )

프로퍼티 상세

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

protected $callbacks