Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques statiques | |
static | toPunycode ($utfString) |
static | fromPunycode ($punycodeString) |
static | urlToPunycode ($uri) |
static | urlToUTF8 ($uri) |
static | emailToPunycode ($email) |
static | emailToUTF8 ($email) |
Définition à la ligne 25 du fichier punycode.php.
|
static |
Transforms a UTF-8 e-mail to a Punycode e-mail This assumes a valid email address
string | The UTF-8 e-mail to transform |
Définition à la ligne 197 du fichier punycode.php.
Référencé par JTableUser\check(), JMailHelper\cleanLine(), et JFormRuleEmail\test().
|
static |
Transforms a Punycode e-mail to a UTF-8 e-mail This assumes a valid email address
string | The punycode e-mail to transform |
Définition à la ligne 232 du fichier punycode.php.
Référencé par JFormFieldEMail\getInput(), et JTableUser\load().
|
static |
Transforms a Punycode string to a UTF-8 string
string | $punycodeString | The Punycode string to transform |
Définition à la ligne 52 du fichier punycode.php.
|
static |
Transforms a UTF-8 string to a Punycode string
string | $utfString | The UTF-8 string to transform |
Définition à la ligne 36 du fichier punycode.php.
Référencé par JMailHelper\isEmailAddress().
|
static |
Transforms a UTF-8 URL to a Punycode URL
string | $uri | The UTF-8 URL to transform |
Définition à la ligne 69 du fichier punycode.php.
Références JString\parse_url().
Référencé par JForm\filterField().
|
static |
Transforms a Punycode URL to a UTF-8 URL
string | $uri | The Punycode URL to transform |
Définition à la ligne 130 du fichier punycode.php.
Références JString\parse_url().
Référencé par JFormFieldUrl\getInput().