0MQ messaging
PHP Manual

The ZMQContext class

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

Introduction

Class synopsis

ZMQContext {
/* Methods */
__construct ([ int $io_threads = 1 [, bool $is_persistent = TRUE ]] )
public mixed getOpt ( string $key )
public ZMQSocket getSocket ( int $type [, string $persistent_id = NULL [, callback $on_new_socket = NULL ]] )
public bool isPersistent ( void )
public ZMQContext setOpt ( int $key , mixed $value )
}

Table of Contents


0MQ messaging
PHP Manual