Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16860 программистов и 1623 робота. Сейчас ищут 1320 программистов ...
ZMQSocket::getSocketType - Get the socket type
Вернуться к: ZMQSocket
ZMQSocket::getSocketType
(PECL zmq >= 0.5.0)
ZMQSocket::getSocketType — Get the socket type
Описание
public integer ZMQSocket::getSocketType
( void
)
Gets the socket type.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an integer representing the socket type. The integer can be compared against
ZMQ::SOCKET_*
constants.
Вернуться к: ZMQSocket