Posts by Anderson • 1 point
1 post
-
0
votes1
answer180
viewsQ: Is it possible to have multiple connections in a single socket?
The following code, allows only one client and not several at the same time. It is possible to create something, leaves multiple connected clients? $socket = socket_create( AF_INET , SOCK_STREAM ,…