GoLang ZMQContext::isPersistent

request it (288)
GoLang replacement for PHP's ZMQContext::isPersistent [edit | history]



Do you know a GoLang replacement for PHP's ZMQContext::isPersistent? Write it!

PHP ZMQContext::isPersistent

PHP original manual for ZMQContext::isPersistent [ show | php.net ]

ZMQContext::isPersistent

(PECL zmq >= 0.5.0)

ZMQContext::isPersistentWhether the context is persistent

Description

public bool ZMQContext::isPersistent ( void )

Whether the context is persistent. Persistent context is needed for persistent connections as each socket 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.