This class can be used to implement simple TCP socket server connections.
It can listen to TCP connections to a given IP address and port.
When a new connection requested or closed or new data arrives to the specified TCP port, it can invoke configurable callback functions to let the behavior of the TCP server script be customized.
The class handles connection events by polling sockets every 10 microseconds.
The class requires the PHP sockets extension to operate.
| Not yet rated by the users |
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.
| Link |
Description |
| clsDaemonize |
Recommended Daemonizer by Daniel Marjos |