La classe ZMQContext

(PECL zmq >= 0.5.0)

Introduction

Synopsis de la classe

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
}

Sommaire

To Top