The ZMQDevice class

(PECL zmq >= 0.5.0)

简介

类摘要

ZMQDevice {
/* Methods */
public __construct ( ZMQSocket $frontend , ZMQSocket $backend , ZMQSocket $listener = ? )
public run ( ) : void
public setIdleCallback ( callable $cb_func , int $timeout , mixed $user_data = ? ) : ZMQDevice
public setIdleTimeout ( int $timeout ) : ZMQDevice
public setTimerCallback ( callable $cb_func , int $timeout , mixed $user_data = ? ) : ZMQDevice
public setTimerTimeout ( int $timeout ) : ZMQDevice
}

目录