La clase ZMQDevice

(PECL zmq >= 0.5.0)

Introducción

Sinopsis de la Clase

class ZMQDevice {
/* Métodos */
public function __construct(ZMQSocket $frontend, ZMQSocket $backend, ZMQSocket $listener = ?)
public function getIdleTimeout(): ZMQDevice
public function getTimerTimeout(): ZMQDevice
public function run(): void
public function setIdleCallback(callable $cb_func, int $timeout, mixed $user_data = ?): ZMQDevice
public function setIdleTimeout(int $timeout): ZMQDevice
public function setTimerCallback(callable $cb_func, int $timeout, mixed $user_data = ?): ZMQDevice
public function setTimerTimeout(int $timeout): ZMQDevice
}

Tabla de contenidos

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top