Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18240 программистов и 1680 роботов. Сейчас ищут 695 программистов ...
ZMQSocket::disconnect - Disconnect a socket
Вернуться к: ZMQSocket
ZMQSocket::disconnect
(PECL zmq >= 1.0.4)
ZMQSocket::disconnect — Disconnect a socket
Описание
Disconnect the socket from a previously connected remote endpoint. The endpoint is defined in format transport://address where transport is one of the following: inproc, ipc, tcp, pgm or epgm.
Список параметров
-
dsn
-
The connect dsn, for example transport://address.
Возвращаемые значения
Returns the current object. Throws ZMQSocketException on error.
Вернуться к: ZMQSocket