Php/docs/class.zmqdevice

From Get docs

(No version information available, might only be in Git)

Introduction

Class synopsis


ZMQDevice {

/* Methods */

__construct ( ZMQSocket $frontend , ZMQSocket $backend [, ZMQSocket $listener ] )

public getIdleTimeout ( ) : ZMQDevice

public getTimerTimeout ( ) : ZMQDevice

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

}

Table of Contents