pre_get_table_charset
apply_filters( ‘pre_get_table_charset’, string|null $ch…
apply_filters( ‘pre_get_table_charset’, string|null $charset, string $table )
过滤器::在检查DB之前过滤表字符集值。
Filter Hook: Filters the table charset value before the DB is checked.
目录锚点:#说明#参数#源码
说明(Description)
将非空值传递给过滤器将有效地短路检查字符集的DB,而返回该值。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$charset | (string | null) | 要使用的字符集。默认为空。 |
$table | (string) | 正在检查的表的名称。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.2.0 | wp-includes/wp-db.php:2706 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!