0MQ messaging
PHP Manual

La classe ZMQDevice

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

Introduction

Synopsis de la classe

ZMQDevice {
/* Méthodes */
__construct ( ZMQSocket $frontend , ZMQSocket $backend [, ZMQSocket $listener ] )
public ZMQDevice getIdleTimeout ( void )
public ZMQDevice getTimerTimeout ( void )
public void run ( void )
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 )
}

Sommaire


0MQ messaging
PHP Manual