ZMQSocket::isPersistent

(PECL zmq >= 0.5.0)

ZMQSocket::isPersistentWhether the socket is persistent

Opis

public ZMQSocket::isPersistent ( void ) : bool

Check whether the socket is persistent.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

add a note add a note

User Contributed Notes

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