PHP 클래스 Kraken\Ipc\Zmq\ZmqContext

파일 보기 프로젝트 열기: kraken-php/framework 1 사용 예제들

공개 메소드들

메소드 설명
__call ( string $method, mixed[] $args ) : ZmqSocket | mixed
__construct ( Kraken\Loop\LoopInterface $loop, ZMQContext $context = null )

비공개 메소드들

메소드 설명
isReadableSocketType ( $type ) : boolean
wrapSocket ( ZMQSocket $socket ) : ZmqSocket

메소드 상세

__call() 공개 메소드

public __call ( string $method, mixed[] $args ) : ZmqSocket | mixed
$method string
$args mixed[]
리턴 ZmqSocket | mixed

__construct() 공개 메소드

public __construct ( Kraken\Loop\LoopInterface $loop, ZMQContext $context = null )
$loop Kraken\Loop\LoopInterface
$context ZMQContext