SocketServer

Package:
SocketServer
Summary:
Server to handle TCP requests
Groups:
Networking, PHP 5
Author:
Navarr Barnier
Description:
This class can be used to implement a server to handle TCP requests.

It can listen to connections to a given IP and port and call given callback functions upon certain types of events.

Currently it can call handler functions for the events of established connections, disconnections, and received data from the client.


Powered by Gewgley