GoLang ZMQSocket::isPersistent

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



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

PHP ZMQSocket::isPersistent

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

ZMQSocket::isPersistent

(PECL zmq >= 0.5.0)

ZMQSocket::isPersistentWhether the socket is persistent

Description

public bool ZMQSocket::isPersistent ( void )

Check whether the socket is persistent.

Parameters

This function has no parameters.

Return Values

Returns a boolean based on whether the socket is persistent or not.