mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Documentation corrections
This commit is contained in:
parent
bd71ddb929
commit
a175561574
1 changed files with 3 additions and 2 deletions
|
@ -18,13 +18,14 @@ class URL {
|
||||||
* - Lowercasing scheme
|
* - Lowercasing scheme
|
||||||
* - Lowercasing ASCII host names
|
* - Lowercasing ASCII host names
|
||||||
* - IDN normalization
|
* - IDN normalization
|
||||||
|
* - IPv6 address normalization
|
||||||
* - Resolution of relative path segments
|
* - Resolution of relative path segments
|
||||||
* - Discarding empty path segments
|
* - Discarding empty path segments
|
||||||
* - Discarding empty queries
|
* - Discarding empty queries
|
||||||
* - %-encoding normalization
|
* - Generic percent-encoding normalization
|
||||||
* - Fragment discarding
|
* - Fragment discarding
|
||||||
*
|
*
|
||||||
* It does NOT perform IPv6 address normalization, nor does it drop trailing slashes from paths
|
* It does NOT drop trailing slashes from paths, nor does it perform Unicode normalization or context-aware percent-encoding normalization
|
||||||
*
|
*
|
||||||
* @param string $url The URL to normalize. Relative URLs are returned unchanged
|
* @param string $url The URL to normalize. Relative URLs are returned unchanged
|
||||||
* @param string $u Username to add to the URL, replacing any existing credentials
|
* @param string $u Username to add to the URL, replacing any existing credentials
|
||||||
|
|
Loading…
Reference in a new issue