PHP 클래스 Aerys\CommandClient

파일 보기 프로젝트 열기: amphp/aerys 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $config )
__destruct ( )
restart ( ) : Amp\Promise
socketPath ( string $config )
stop ( ) : Amp\Promise

비공개 메소드들

메소드 설명
establish ( )
failAll ( )
send ( $msg ) : Amp\Promise
writer ( string $watcherId, $socket )

메소드 상세

__construct() 공개 메소드

public __construct ( string $config )
$config string

__destruct() 공개 메소드

public __destruct ( )

restart() 공개 메소드

public restart ( ) : Amp\Promise
리턴 Amp\Promise

socketPath() 공개 정적인 메소드

public static socketPath ( string $config )
$config string

stop() 공개 메소드

public stop ( ) : Amp\Promise
리턴 Amp\Promise