ZMQContext::isPersistent

(PECL zmq >= 0.5.0)

ZMQContext::isPersistentWhether the context is persistent

說(shuō)明

public ZMQContext::isPersistent(): bool

Whether the context is persistent. Persistent context is needed for persistent connections as each socket is allocated from a context.

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

Returns true if the context is persistent and false if the context is non-persistent.