Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 173812 программистов и 1824 робота. Сейчас ищут 992 программиста ...
ZMQSocket::bind - Bind the socket
Вернуться к: ZMQSocket
ZMQSocket::bind
(PECL zmq >= 0.5.0)
ZMQSocket::bind — Bind the socket
Описание
Bind the socket to an endpoint. The endpoint is defined in format transport://address where transport is one of the following: inproc, ipc, tcp, pgm or epgm.
Список параметров
-
dsn -
The bind dsn, for example transport://address.
-
force -
Tries to bind even if the socket has already been bound to the given endpoint.
Возвращаемые значения
Returns the current object. Throws ZMQSocketException on error.
Вернуться к: ZMQSocket