ZMQSocket::isPersistent

(PECL zmq >= 0.5.0)

ZMQSocket::isPersistentWhether the socket is persistent

설명

public boolean ZMQSocket::isPersistent ( void )

Check whether the socket is persistent.

인수

이 함수는 인수가 없습니다.

반환값

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