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:
to_charset
可将变量值由当前内置字符集转换到指定字符集。
它是from_charset 修饰器的相反操作。
参数顺序 | 类型 | 必选参数 | 允许取值 | 默认值 | 说明 |
---|---|---|---|---|---|
1 | string | No |
ISO-8859-1 , UTF-8 或者任何
mb_convert_encoding() 函数允许的字符集名。
|
ISO-8859-1 |
转换到的字符集类型。 |
字符集转换应该由应用程序本身进行。 该修饰器只在应用程序不确定变量是否需要转字符集的时候使用。
参见 字符集, from_charset 修饰器.