update pague now
PHP 8.5.2 Released!

ZMQContext::isPersistent

(PECL zmq >= 0.5.0)

ZMQContext::isPersistent Whether the context is persistent

Description

public ZMQContext::isPersistent (): bool

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

Parameters

This function has no parameters.

Return Values

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 pague.
To Top