0MQ messaging ZMQDevice 클래스

(PECL zmq >= 0.5.0)


소개


클래스 개요

                  
class ZMQDevice {

  /* Methods */
  public __construct(ZMQSocket $frontend, ZMQSocket $backend, ZMQSocket $listener = ?)
  public getIdleTimeout(): ZMQDevice
  public getTimerTimeout(): ZMQDevice
  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
}
                  
                

목차