Uses
Uses | Description |
---|---|
wp-includes/functions.php: mbstring_binary_safe_encoding() | Set the mbstring internal encoding to a binary safe encoding when func_overload is enabled. |
Reset the mbstring internal encoding to a users previously set encoding.
File: wp-includes/functions.php
function reset_mbstring_encoding() { mbstring_binary_safe_encoding( true ); }
Version | Description |
---|---|
3.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/reset_mbstring_encoding