Function __global->normalise_idn_url
Definitions
sources/urls.php
- Take a URL, which may have a utf-8 domain name, and normalise it to normal IDN.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$url | URLPATH | required parameter | N/A | N/A | The URL |
Return
- The normalised URL
- Type: URLPATH
- Set: N/A
- Range: N/A