Function url_to_iri
Decodes a URL containing encoded international characters to UTF-8
Decodes any Punycode encoded characters in the domain name, then uses standard URL decoding on the rest.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs.php
string |
$url |
The pure ASCII version of a URL. |
string|boolean
|
The UTF-8 version of the URL. |