PunycodeHelper

Joomla 平台字符串 Punycode 类

抽象

用于处理 UTF-8 URL 的类,包装了 Punycode 库所有函数都假定 utf-8 URL 的有效性。

3.1.2

Joomla CMS

方法

emailToPunycode

将 UTF-8 邮件转换为 Punycode 邮件假设邮件地址有效

emailToPunycode( email) : 
静态

3.1.2

参数

email

string要转换的 UTF-8 邮件

响应

stringPunycode 邮件

emailToUTF8

将 Punycode 邮件转换为 UTF-8 邮件假设邮件地址有效

emailToUTF8( email) : 
静态

3.1.2

参数

email

string要转换的 Punycode 邮件

响应

stringPunycode 邮件

fromPunycode

将 Punycode 字符串转换为 UTF-8 字符串

fromPunycode( punycodeString) : 
静态

3.1.2

参数

punycodeString

string要转换的 Punycode 字符串

响应

stringUF-8 URL

toPunycode

将 UTF-8 字符串转换为 Punycode 字符串

toPunycode( utfString) : 
静态

3.1.2

参数

utfString

string要转换的 UTF-8 字符串

响应

stringPunycode 字符串

urlToPunycode

将 UTF-8 URL 转换为 Punycode URL

urlToPunycode( uri) : 
静态

3.1.2

参数

uri

string要转换的 UTF-8 URL

响应

stringPunycode URL

urlToUTF8

将 Punycode URL 转换为 UTF-8 URL

urlToUTF8( uri) : 
静态

3.1.2

参数

uri

string要转换的 Punycode URL

响应

stringUTF-8 URL