I have a socket like /var/run/myapp.sock. Its waiting to send me some data. how do I read it with PHP? This is under Linux. All the examples I find are for TCP sockets.
I have a socket like /var/run/myapp.sock. Its waiting to send me some data. how do I read it with PHP? This is under Linux. All the examples I find are for TCP sockets.