PHP 8.1.20 Released!

A classe ZMQContext

(PECL zmq >= 0.5.0)

Introdução

Sinopse da classe

class ZMQContext {
/* Métodos */
__construct(integer $io_threads = 1, boolean $is_persistent = true)
public getOpt(string $key): mixed
public getSocket(integer $type, string $persistent_id = null, callback $on_new_socket = null): ZMQSocket
public isPersistent(): boolean
public setOpt(integer $key, mixed $value): ZMQContext
}

Índice

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top