(No version information available, might only be in Git)
はじめに
クラス概要
ZMQContext {
__construct
([ int $io_threads
= 1
[, bool $is_persistent
= true
]] )
public getSocket
( int $type
[, string $persistent_id
= null
[, callable $on_new_socket
= null
]] ) : ZMQSocket
public isPersistent ( ) : bool
public setOpt
( int $key
, mixed $value
) : ZMQContext
}
目次
- ZMQContext::__construct — Construct a new ZMQContext object
- ZMQContext::getOpt — Get context option
- ZMQContext::getSocket — Create a new socket
- ZMQContext::isPersistent — Whether the context is persistent
- ZMQContext::setOpt — Set a socket option
/* Methods */