GoLang ZMQSocket::getSocketType

request it (212)
GoLang replacement for PHP's ZMQSocket::getSocketType [edit | history]



Do you know a GoLang replacement for PHP's ZMQSocket::getSocketType? Write it!

PHP ZMQSocket::getSocketType

PHP original manual for ZMQSocket::getSocketType [ show | php.net ]

ZMQSocket::getSocketType

(PECL zmq >= 0.5.0)

ZMQSocket::getSocketTypeGet the socket type

Description

public int ZMQSocket::getSocketType ( void )

Gets the socket type.

Parameters

This function has no parameters.

Return Values

Returns an integer representing the socket type. The integer can be compared against ZMQ::SOCKET_* constants.