CakeFest 2024: The Official CakePHP Conference

Класс ZMQDevice

(PECL zmq >= 0.5.0)

Введение

Обзор классов

class ZMQDevice {
/* Методы */
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
}

Содержание

add a note

User Contributed Notes

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