The ZMQContext class

(PECL zmq >= 0.5.0)

はじめに

クラス概要

class ZMQContext {
/* メソッド */
public function __construct(int $io_threads = 1, bool $is_persistent = true)
public function getOpt(string $key): mixed
public function getSocket(int $type, string $persistent_id = null, callable $on_new_socket = null): ZMQSocket
public function isPersistent(): bool
public function setOpt(int $key, mixed $value): ZMQContext
}

目次

add a note

User Contributed Notes

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