from_charset
from_charset
转换变量到内置字符集。 与to_charset 修饰器刚好相反。
参数顺序 | 类型 | 必选参数 | 允许取值 | 默认值 | 说明 |
---|---|---|---|---|---|
1 | string | No | ISO-8859-1 , UTF-8 或者任何 mb_convert_encoding() 函数支持的字符集名称。 |
ISO-8859-1 |
需要转换的字符集名称 |
Note
字符集的转码应该是由程序自行处理。 此修饰器仅在程序遇到无法预料的变量的字符集时才使用。
参见 字符集, from_charset 修饰器.
原文: https://www.smarty.net/docs/zh_CN/language.modifier.from_charset.tpl