reset_mbstring_encoding()

最后更新于:2021-11-27 21:47:03

reset_mbstring_encoding()

Reset the mbstring internal encoding to a users previously set encoding.

源文件

文件: gc-includes/functions.php

function reset_mbstring_encoding() {
	mbstring_binary_safe_encoding( true );
}