 |
| File |
Role |
Description |
complex_example |
Screen |
ScreeShot of complex_example.php |
|
Innovation Award
 March 2007
Winner |
DNS is a vital service on the Internet. It allows users to refer sites by meaningful names, instead of using hard to remember IP addresses.
This class implements a DNS server in pure PHP that can be adapted to the needs of specific PHP applications.
Manuel Lemos |
This class can be used to implement domain name servers (DNS).
It starts listening to DNS UDP port 53 to handle domain name resolution requests.
The class decodes the DNS request, invokes a configurable callback function that takes the DNS query type and the domain to resolve and returns response IP address.
 |
| Project record: |
dnserver |
| Popularity score: |
13.42 |
| Vitality score: |
0.0 |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (75.0%) |
- |
Not sure (50.0%) |
- |
- |
Not sure (43.8%) |
1529 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| Thread |
Conditional |
To implement the DNServer_multithreaded. |
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 |
| Blog page |
Here is the blog of the project |