Innovation Award
 June 2008
Number 5 |
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 |
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.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.