PHP 클래스 PHPDaemon\IPCManager\IPCManager

상속: extends PHPDaemon\Core\AppInstance
파일 보기 프로젝트 열기: kakserpom/phpdaemon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$conn
$pool
$socketurl

공개 메소드들

메소드 설명
ensureConnection ( )
getSocketUrl ( )
importFile ( $workerId, $path ) : boolean
init ( ) : void Constructor.
onShutdown ( boolean $graceful = false ) : boolean Called when application instance is going to shutdown.
sendBroadcastCall ( $appInstance, $method, array $args = [], callable $cb = null )
sendDirectCall ( $workerId, $appInstance, $method, array $args = [], callable $cb = null )
sendPacket ( $packet = null )
sendSingleCall ( $appInstance, $method, array $args = [], callable $cb = null )
updatedWorkers ( )

보호된 메소드들

메소드 설명
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from AppInstance::getConfigDefaults

메소드 상세

ensureConnection() 공개 메소드

public ensureConnection ( )

getConfigDefaults() 보호된 메소드

Setting default config options Overriden from AppInstance::getConfigDefaults
protected getConfigDefaults ( ) : array | boolean
리턴 array | boolean

getSocketUrl() 공개 메소드

public getSocketUrl ( )

importFile() 공개 메소드

public importFile ( $workerId, $path ) : boolean
$workerId
$path
리턴 boolean

init() 공개 메소드

Constructor.
public init ( ) : void
리턴 void

onShutdown() 공개 메소드

Called when application instance is going to shutdown.
public onShutdown ( boolean $graceful = false ) : boolean
$graceful boolean
리턴 boolean Ready to shutdown?

sendBroadcastCall() 공개 메소드

public sendBroadcastCall ( $appInstance, $method, array $args = [], callable $cb = null )
$appInstance
$method
$args array
$cb callable

sendDirectCall() 공개 메소드

public sendDirectCall ( $workerId, $appInstance, $method, array $args = [], callable $cb = null )
$workerId
$appInstance
$method
$args array
$cb callable

sendPacket() 공개 메소드

public sendPacket ( $packet = null )
$packet

sendSingleCall() 공개 메소드

public sendSingleCall ( $appInstance, $method, array $args = [], callable $cb = null )
$appInstance
$method
$args array
$cb callable

updatedWorkers() 공개 메소드

public updatedWorkers ( )

프로퍼티 상세

$conn 공개적으로 프로퍼티

public $conn

$pool 공개적으로 프로퍼티

public $pool

$socketurl 공개적으로 프로퍼티

public $socketurl