(PECL zmq >= 0.5.0)
Connect the socket
public ZMQSocket ZMQSocket::connect ( string $dsn [, boolean $force = false ] )
Connect the socket to a remote endpoint. The endpoint is defined in format transport://address where transport is one of the following: inproc, ipc, tcp, pgm or epgm.
Parameters:
dsn
The connect dsn, for example transport://address.