 |
|
Innovation award
 Nominee: 2x |
This class is capable of parsing absolute or relative URLs or file paths and can compute the relative path to go from a given path to another.
It resolves relative references as /./ or /../, and eliminates consecutive / characters in the input path.
It is an alternative to PHP realpath() function, with two basic differences: it works with real and virtual files, and it returns the path resolved in the same style of the input path. So, if you are parsing a relative path, it will return a resolved relative path, not the absolute path like realpath() function does.
This class can determine the relative path between two files and parse query string to extract the parameter names and values into an array.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (96.9%) |
Good (93.8%) |
Good (93.8%) |
Good (96.9%) |
- |
- |
Sufficient (76.9%) |
30 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|