The ZMQDevice classIntroduction
Class synopsisZMQDevice
class ZMQDevice
{
/* Methods */
public __construct(ZMQSocket
$frontend , ZMQSocket $backend , ZMQSocket $listener = ?)public ZMQDevice getIdleTimeout()
public ZMQDevice getTimerTimeout()
public void run()
public ZMQDevice setIdleCallback(callable
$cb_func , int $timeout , mixed $user_data = ?)public ZMQDevice setIdleTimeout(int
$timeout )public ZMQDevice setTimerCallback(callable
$cb_func , int $timeout , mixed $user_data = ?)public ZMQDevice setTimerTimeout(int
}$timeout )
|