XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
charset_mysqli.php
1
<?php
8
9
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
10
exit();
11
}
12
13
if
(!defined(
'LEGACY_JAPANESE_ANTI_CHARSETMYSQL'
)) {
14
if
(function_exists(
'mysqli_set_charset'
)) {
15
mysqli_set_charset($GLOBALS[
'xoopsDB'
]->conn,
'utf8mb4'
);
16
}
else
{
17
$GLOBALS[
'xoopsDB'
]->queryF(
'/*!50503 SET NAMES utf8mb4 */'
);
18
$GLOBALS[
'xoopsDB'
]->queryF(
'/*!50503 SET SESSION collation_connection=utf8mb4_general_ci */'
);
19
}
20
}
html
modules
legacy
language
fr_utf8
charset_mysqli.php
Generated by
1.13.2