Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JStringWrapperPunycode

Fonctions membres publiques

 toPunycode ($utfString)
 
 fromPunycode ($punycodeString)
 
 urlToPunycode ($uri)
 
 urlToUTF8 ($uri)
 
 emailToPunycode ($email)
 
 emailToUTF8 ($email)
 

Documentation des fonctions membres

◆ emailToPunycode()

emailToPunycode (   $email)

Helper wrapper method for emailToPunycode

Paramètres
string$emailThe UTF-8 email to transform.
Renvoie
string The punycode email.
Voir également
JStringPunycode::emailToPunycode()
Depuis
3.4

◆ emailToUTF8()

emailToUTF8 (   $email)

Helper wrapper method for emailToUTF8

Paramètres
string$emailThe 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$punycodeStringThe Punycode string to transform.
Renvoie
string The UF-8 URL.
Voir également
JUserHelper::fromPunycode()
Depuis
3.4

◆ toPunycode()

toPunycode (   $utfString)

Helper wrapper method for toPunycode

Paramètres
string$utfStringThe UTF-8 string to transform.
Renvoie
string The punycode string.
Voir également
JUserHelper::toPunycode()
Depuis
3.4

◆ urlToPunycode()

urlToPunycode (   $uri)

Helper wrapper method for urlToPunycode

Paramètres
string$uriThe UTF-8 URL to transform.
Renvoie
string The punycode URL.
Voir également
JUserHelper::urlToPunycode()
Depuis
3.4

Références $uri.

◆ urlToUTF8()

urlToUTF8 (   $uri)

Helper wrapper method for urlToUTF8

Paramètres
string$uriThe 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 :