PHP 7.0.6 Released

ZMQSocket::isPersistent

(PECL zmq >= 0.5.0)

ZMQSocket::isPersistentWhether the socket is persistent

Description

public boolean 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.

User Contributed Notes

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