The ZMQContext class

(PECL zmq >= 0.5.0)

Introduction

Class synopsis

classZMQContext {
public__construct(int$io_threads = 1, bool$is_persistent = true)
publicgetOpt(string$key): mixed
publicgetSocket(int$type, string$persistent_id = null, callable$on_new_socket = null): ZMQSocket
publicsetOpt(int$key, mixed$value): ZMQContext
}

Table of Contents

To Top