PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I was wondering. What is the diffrence between socket streaming and regular socket connections in PHP.
Just want to know so I know which is better and what to use.
socket connections are a low-level, read more management on your side. Where as with a stream, you mostly just need to worry about writing to and reading from the socket.