The ZMQDevice class

(PECL zmq >= 0.5.0)

Introduction

Class synopsis

classZMQDevice {
public__construct(ZMQSocket$frontend, ZMQSocket$backend, ZMQSocket$listener = ?)
publicrun(): void
publicsetIdleCallback(callable$cb_func, int$timeout, mixed$user_data = ?): ZMQDevice
publicsetIdleTimeout(int$timeout): ZMQDevice
publicsetTimerCallback(callable$cb_func, int$timeout, mixed$user_data = ?): ZMQDevice
publicsetTimerTimeout(int$timeout): ZMQDevice
}

Table of Contents

To Top