◆ emailToPunycode()
emailToPunycode |
( |
|
$email | ) |
|
Helper wrapper method for emailToPunycode
- Paramètres
-
string | $email | The UTF-8 email to transform. |
- Renvoie
- string The punycode email.
- Voir également
- JStringPunycode::emailToPunycode()
- Depuis
- 3.4
◆ emailToUTF8()
Helper wrapper method for emailToUTF8
- Paramètres
-
string | $email | The punycode email to transform. |
- Renvoie
- string The punycode email.
- Voir également
- JStringPunycode::emailToUTF8()
- Depuis
- 3.4
◆ fromPunycode()
fromPunycode |
( |
|
$punycodeString | ) |
|
Helper wrapper method for fromPunycode
- Paramètres
-
string | $punycodeString | The Punycode string to transform. |
- Renvoie
- string The UF-8 URL.
- Voir également
- JUserHelper::fromPunycode()
- Depuis
- 3.4
◆ toPunycode()
Helper wrapper method for toPunycode
- Paramètres
-
string | $utfString | The UTF-8 string to transform. |
- Renvoie
- string The punycode string.
- Voir également
- JUserHelper::toPunycode()
- Depuis
- 3.4
◆ urlToPunycode()
Helper wrapper method for urlToPunycode
- Paramètres
-
string | $uri | The UTF-8 URL to transform. |
- Renvoie
- string The punycode URL.
- Voir également
- JUserHelper::urlToPunycode()
- Depuis
- 3.4
Références $uri.
◆ urlToUTF8()
Helper wrapper method for urlToUTF8
- Paramètres
-
string | $uri | The Punycode URL to transform. |
- Renvoie
- string The UTF-8 URL.
- Voir également
- JStringPunycode::urlToUTF8()
- Depuis
- 3.4
Références $uri.
La documentation de cette classe a été générée à partir du fichier suivant :