ZMQSocket::isPersistent
PHP Manual
PHP Manual»ZMQSocket»ZMQSocket::isPersistent

ZMQSocket::isPersistent

(PECL zmq >= 0.5.0)

ZMQSocket::isPersistentWhether the socket is persistent

Опис

public function ZMQSocket::isPersistent(): bool

Check whether the socket is persistent.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

To Top