Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface UTF8MB4SupportInterface
+ Graphe d'héritage de UTF8MB4SupportInterface:

Fonctions membres publiques

 convertUtf8mb4QueryToUtf8 ($query)
 
 hasUtf8mb4Support ()
 

Description détaillée

Interface defining a driver which has support for the MySQL utf8mb4 character set

Depuis
2.0.0

Documentation des fonctions membres

◆ convertUtf8mb4QueryToUtf8()

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.

Paramètres
string$queryThe query to convert
Renvoie
string The converted query
Depuis
2.0.0

Implémenté dans MysqliDriver, et MysqlDriver.

◆ hasUtf8mb4Support()

hasUtf8mb4Support ( )

Check whether the database engine supports the UTF-8 Multibyte (utf8mb4) character encoding.

Renvoie
boolean True if the database engine supports UTF-8 Multibyte.
Depuis
2.0.0

La documentation de cette interface a été générée à partir du fichier suivant :