Hello there,
I have found PHP very practical programming language in all cases (not only in web) and I have some plans that make one server to our system with PHP. The server is not any "common" server (HTTP, PHP etc), just for our system.
Anyway, the problem is the TCP port listening. When I took a look over the manual, I couldn't find any remarks that PHP could also listen ports. Is there any way to listen ports?
The program should handle also multiple connections at the same time, but it is another problem then.
Cheers,
- Ville