ZMQSocket::getPersistentId

(PECL zmq >= 0.5.0)

ZMQSocket::getPersistentIdGet the persistent id

Açıklama

publicZMQSocket::getPersistentId(): string

Returns the persistent id of the socket.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the persistent id string assigned of the object and null if socket is not persistent.

To Top