A classe ZMQDevice

(PECL zmq >= 0.5.0)

Introdução

Sinopse da classe

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

Índice

add a note add a note

User Contributed Notes

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