PHP Conference Japan 2024

ZMQContext 類別

(PECL zmq >= 0.5.0)

簡介

類別概要

類別 ZMQContext {
/* 方法 */
公開 __construct(整數 $io_threads = 1, 布林值 $is_persistent = true)
公開 getOpt(字串 $key): 混合
公開 getSocket(int $type, string $persistent_id = null, callable $on_new_socket = null): ZMQSocket
公開 isPersistent(): bool
公開 setOpt(int $key, mixed $value): ZMQContext
}

目錄

新增註記

使用者貢獻的註記

此頁面沒有使用者貢獻的註記。
To Top