What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
from_charset
转换变量到内置字符集。
与to_charset 修饰器刚好相反。
参数顺序 | 类型 | 必选参数 | 允许取值 | 默认值 | 说明 |
---|---|---|---|---|---|
1 | string | No |
ISO-8859-1 , UTF-8 或者任何
mb_convert_encoding() 函数支持的字符集名称。
|
ISO-8859-1 |
需要转换的字符集名称 |
字符集的转码应该是由程序自行处理。 此修饰器仅在程序遇到无法预料的变量的字符集时才使用。
参见 字符集, from_charset 修饰器.