PunycodeHelper
Joomla 平台字符串 Punycode 类
抽象
用于处理 UTF-8 URL 的类,包装了 Punycode 库所有函数都假定 utf-8 URL 的有效性。
自 |
3.1.2 |
---|---|
包 |
Joomla CMS |
方法
emailToPunycode
将 UTF-8 邮件转换为 Punycode 邮件假设邮件地址有效
emailToPunycode( email) :
静态
自 |
3.1.2 |
---|
参数
string
要转换的 UTF-8 邮件
响应
string
Punycode 邮件
emailToUTF8
将 Punycode 邮件转换为 UTF-8 邮件假设邮件地址有效
emailToUTF8( email) :
静态
自 |
3.1.2 |
---|
参数
string
要转换的 Punycode 邮件
响应
string
Punycode 邮件
fromPunycode
将 Punycode 字符串转换为 UTF-8 字符串
fromPunycode( punycodeString) :
静态
自 |
3.1.2 |
---|
参数
- punycodeString
string
要转换的 Punycode 字符串
响应
string
UF-8 URL
toPunycode
将 UTF-8 字符串转换为 Punycode 字符串
toPunycode( utfString) :
静态
自 |
3.1.2 |
---|
参数
- utfString
string
要转换的 UTF-8 字符串
响应
string
Punycode 字符串
urlToPunycode
将 UTF-8 URL 转换为 Punycode URL
urlToPunycode( uri) :
静态
自 |
3.1.2 |
---|
参数
- uri
string
要转换的 UTF-8 URL
响应
string
Punycode URL
urlToUTF8
将 Punycode URL 转换为 UTF-8 URL
urlToUTF8( uri) :
静态
自 |
3.1.2 |
---|
参数
- uri
string
要转换的 Punycode URL
响应
string
UTF-8 URL