Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
convertUtf8mb4QueryToUtf8 ($query) | |
hasUtf8mb4Support () | |
Interface defining a driver which has support for the MySQL utf8mb4
character set
convertUtf8mb4QueryToUtf8 | ( | $query | ) |
Automatically downgrade a CREATE TABLE or ALTER TABLE query from utf8mb4 (UTF-8 Multibyte) to plain utf8.
Used when the server doesn't support UTF-8 Multibyte.
string | $query | The query to convert |
Implémenté dans MysqliDriver, et MysqlDriver.
hasUtf8mb4Support | ( | ) |
Check whether the database engine supports the UTF-8 Multibyte (utf8mb4) character encoding.