UTF8MB4SupportInterface
定义了一个驱动程序的接口,该驱动程序支持 MySQL 的 `utf8mb4` 字符集
自 |
2.0.0 |
---|---|
包 |
Joomla 框架 |
方法
convertUtf8mb4QueryToUtf8
自动将 CREATE TABLE 或 ALTER TABLE 查询从 utf8mb4(UTF-8 多字节)降级到普通 utf8。
convertUtf8mb4QueryToUtf8( query) :
当服务器不支持 UTF-8 多字节时使用。
自 |
2.0.0 |
---|
参数
- 查询
string
要转换的查询
响应
string
转换后的查询
hasUtf8mb4Support
检查数据库引擎是否支持 UTF-8 多字节 (utf8mb4) 字符编码。
hasUtf8mb4Support() :
自 |
2.0.0 |
---|
响应
bool
如果数据库引擎支持 UTF-8 多字节,则为 True。