This class can be used to implement TCP server handling connections to from multiple clients to multiple sockets.
It can listen to TCP connections coming from multiple IP addresses and multiple ports.
This starts a loop that handles socket events and calls optional callback functions that may be used by applications to implement TCP servers.
June 2008
Number 5
Prize: One copy of VS.PHP |
PHP provides the socket extension that can be used to implement servers to listen and handle network connections.
Many servers written in PHP have been developed using the socket extension, but most of them only accept connections in a single IP address and single port.
This class provides a more flexible solution that can handle connections on multiple IP addresses and ports of the same machine.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|