HTTP: bib_server
Fabrizio Parrella (contact me)
This class implements a Web server written in pure PHP.
It starts listening to TCP connections on a given IP address and port.
When a client browser connects to the specified port, the class handles the connection request, forks a new process to retrieve request data, parse the request, and generates the response.
Currently it can handle requests for static files or requests to be handled by PHP scripts.
The class can write extensive debugging output to a log file.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (87.5%)
| Good (93.8%)
| -
| -
| -
| -
| Not sure (53.1%)
| 1072 |
Click here for detailed information about this class on phpclasses.org