(PECL zmq >= 0.5.0)
Get the socket type
public integer ZMQSocket::getSocketType ( void )
Gets the socket type.
Returns:
Returns an integer representing the socket type. The integer can be compared against ZMQ::SOCKET_*
constants.
Please login to continue.