CakeFest 2024: The Official CakePHP Conference

ZMQContext::isPersistent

(PECL zmq >= 0.5.0)

ZMQContext::isPersistentWhether the context is persistent

Beschreibung

public ZMQContext::isPersistent(): bool

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top