| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 2x | |||||||||||||||||||
| Classes of Daniel Andres Marjos | > | cls Socket | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Applications | |||||||
| Groups | ||
| Networking | Networking protocols, clients and servers | View top rated classes |
| Innovation Award | ||
![]() June 2004 Number 7 Prize: One copy of the PHP Anthology book set |
Usually PHP is used to serve pages using a Web server. However, there are other types of networking applications on which PHP could also be used but the integration with a Web server is not convenient nor necessary. Non Web server based PHP applications of interest include chat servers, mailing list processors and other types of networked application servers. This class provides a means to simplify the construction of socket based networking servers using the PHP sockets extension. It provides a way that lets any developer customize only the handling of events that interest their applications by the means of custom callback functions. Manuel Lemos |
| User ratings | ||
| Ratings | ||||||||
|---|---|---|---|---|---|---|---|---|
| All time: | ||||||||
| Month: | ||||||||
| Applications that use this class | ||
| File | Role | Description |
|---|---|---|
| Class | Class file for client and server sockets classes | |
| Example | Sample script for sockets and daemon |
| Download all files: clssocket.tar.gz clssocket.zip |