pre_get_col_charset
最后更新于:2021-11-27 18:48:05
apply_filters( ‘pre_get_col_charset’, string|null $charset, string $table, string $column )
Filters the column charset value before the DB is checked.
参数
- $charset
-
(string|null)
The character set to use. Default null. - $table
-
(string)
The name of the table being checked. - $column
-
(string)
The name of the column being checked.
源文件
文件: gc-includes/gc-db.php