Joomla Platform String Punycode Class
Class for handling UTF-8 URLs Wraps the Punycode library All functions assume the validity of utf-8 URLs.
- Depuis
- 3.1.2
◆ emailToPunycode()
static emailToPunycode |
( |
|
$email | ) |
|
|
static |
Transforms a UTF-8 email to a Punycode email This assumes a valid email address
- Paramètres
-
string | $email | The UTF-8 email to transform |
- Renvoie
- string The punycode email
- Depuis
- 3.1.2
◆ emailToUTF8()
static emailToUTF8 |
( |
|
$email | ) |
|
|
static |
Transforms a Punycode email to a UTF-8 email This assumes a valid email address
- Paramètres
-
string | $email | The punycode email to transform |
- Renvoie
- string The punycode email
- Depuis
- 3.1.2
◆ fromPunycode()
static fromPunycode |
( |
|
$punycodeString | ) |
|
|
static |
Transforms a Punycode string to a UTF-8 string
- Paramètres
-
string | $punycodeString | The Punycode string to transform |
- Renvoie
- string The UF-8 URL
- Depuis
- 3.1.2
◆ toPunycode()
static toPunycode |
( |
|
$utfString | ) |
|
|
static |
Transforms a UTF-8 string to a Punycode string
- Paramètres
-
string | $utfString | The UTF-8 string to transform |
- Renvoie
- string The punycode string
- Depuis
- 3.1.2
◆ urlToPunycode()
static urlToPunycode |
( |
|
$uri | ) |
|
|
static |
Transforms a UTF-8 URL to a Punycode URL
- Paramètres
-
string | $uri | The UTF-8 URL to transform |
- Renvoie
- string The punycode URL
- Depuis
- 3.1.2
Références $uri, et UriHelper\parse_url().
◆ urlToUTF8()
Transforms a Punycode URL to a UTF-8 URL
- Paramètres
-
string | $uri | The Punycode URL to transform |
- Renvoie
- string The UTF-8 URL
- Depuis
- 3.1.2
Références $uri, et UriHelper\parse_url().
La documentation de cette classe a été générée à partir du fichier suivant :