Php/docs/class.zmqcontext

From Get docs

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

Introduction

Class synopsis


ZMQContext {

/* Methods */

__construct ([ int $io_threads = 1 [, bool $is_persistent = TRUE ]] )

public getOpt ( string $key ) : mixed

public getSocket ( int $type [, string $persistent_id = NULL [, callable $on_new_socket = NULL ]] ) : ZMQSocket

public isPersistent ( ) : bool

public setOpt ( int $key , mixed $value ) : ZMQContext

}

Table of Contents