PHP 클래스 Prose\UsingZmqSocket

저자: Stuart Herbert ([email protected])
상속: extends ZmqSocketBase
파일 보기 프로젝트 열기: datasift/storyplayer

공개 메소드들

메소드 설명
bindToPort ( $port, $sendHwm = 100, $recvHwm = 100 )
close ( )
connectToHost ( $hostId, $port, $sendHwm = 100, $recvHwm = 100 )
disconnectFromAllHosts ( )
disconnectFromHost ( $hostId, $port )
send ( $message, $timeout = null )
sendMulti ( $message, $timeout = null )
sendMultiNonBlocking ( $message )
sendNonBlocking ( $message )
unbindFromAllPorts ( )
unbindFromPort ( $port )

메소드 상세

bindToPort() 공개 메소드

public bindToPort ( $port, $sendHwm = 100, $recvHwm = 100 )

close() 공개 메소드

public close ( )

connectToHost() 공개 메소드

public connectToHost ( $hostId, $port, $sendHwm = 100, $recvHwm = 100 )

disconnectFromAllHosts() 공개 메소드

disconnectFromHost() 공개 메소드

public disconnectFromHost ( $hostId, $port )

send() 공개 메소드

public send ( $message, $timeout = null )

sendMulti() 공개 메소드

public sendMulti ( $message, $timeout = null )

sendMultiNonBlocking() 공개 메소드

public sendMultiNonBlocking ( $message )

sendNonBlocking() 공개 메소드

public sendNonBlocking ( $message )

unbindFromAllPorts() 공개 메소드

public unbindFromAllPorts ( )

unbindFromPort() 공개 메소드

public unbindFromPort ( $port )