ZMQContext::isPersistent

(PECL zmq >= 0.5.0)

ZMQContext::isPersistentWhether the context is persistent

Açıklama

public ZMQContext::isPersistent ( void ) : bool

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns TRUE if the context is persistent and FALSE if the context is non-persistent.