Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | toPunycode ($utfString) |
static | fromPunycode ($punycodeString) |
static | urlToPunycode ($uri) |
static | urlToUTF8 ($uri) |
static | emailToPunycode ($email) |
static | emailToUTF8 ($email) |
Joomla Platform String Punycode Class
Class for handling UTF-8 URLs Wraps the Punycode library All functions assume the validity of utf-8 URLs.
|
static |
Transforms a UTF-8 email to a Punycode email This assumes a valid email address
string | The UTF-8 email to transform |
Référencé par ContactController\_sendEmail(), User\check(), MailHelper\cleanLine(), InputFilter\emailToPunycode(), RemindModel\processRemindRequest(), ResetModel\processResetRequest(), RegistrationModel\register(), ProfileModel\save(), ContactTable\store(), et EmailRule\test().
|
static |
Transforms a Punycode email to a UTF-8 email This assumes a valid email address
string | The punycode email to transform |
Référencé par Email\cloak(), et User\load().
|
static |
Transforms a Punycode string to a UTF-8 string
string | $punycodeString | The Punycode string to transform |
|
static |
Transforms a UTF-8 string to a Punycode string
string | $utfString | The UTF-8 string to transform |
Référencé par LocalAdapter\getSafeName(), et MailHelper\isEmailAddress().
|
static |
Transforms a UTF-8 URL to a Punycode URL
string | $uri | The UTF-8 URL to transform |
Références $uri, et UriHelper\parse_url().
Référencé par UrlFilter\filter(), ContactTable\store(), et NewsfeedTable\store().
|
static |
Transforms a Punycode URL to a UTF-8 URL
string | $uri | The Punycode URL to transform |
Références $uri, et UriHelper\parse_url().