Tagged Questions
0
votes
0answers
86 views
PHP Unix Socket: close write (ouzput) stream but still receive answer from server
I want to query some data from a local unix socket.
Therefore I have to connect, write some data and then close the write stream as the software will NOT send data until the write stream is closed.
...