This is a simple class that can be used to check whether a page with a given URL exists.
The class establishes a connection to the server of the given URL and sends an HTTP HEAD request.
If successful the class can determine whether it returns the HTTP response code.
The code 200 means the page exists. The code of 404 means the page does not exist. The code 302 means the server is redirecting the request to another location.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Good (83.3%) |
- |
Sufficient (75.0%) |
- |
- |
Sufficient (61.7%) |
590 |
| Month: |
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.
| File |
Role |
Description |
Readmy |
Example |
Manner of use |
url_ts.php |
Class |
Class url_ts |