Php/docs/class.zmqcontext

提供:Dev Guides
< Php
2020年12月14日 (月) 11:26時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(No version information available, might only be in Git)

はじめに

クラス概要


ZMQContext {

/* Methods */

__construct ([ int $io_threads = 1 [, bool $is_persistent = true ]] )

public getOpt ( string $key ) : mixed

public getSocket ( int $type [, string $persistent_id = null [, callable $on_new_socket = null ]] ) : ZMQSocket

public isPersistent ( ) : bool

public setOpt ( int $key , mixed $value ) : ZMQContext

}

目次