PHP 8.3.4 Released!

ZMQSocket::getSocketType

(PECL zmq >= 0.5.0)

ZMQSocket::getSocketTypeGet the socket type

Description

public ZMQSocket::getSocketType(): int

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.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top