reset_mbstring_encoding()

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


Description

Top ↑

See also


Top ↑

Source

File: wp-includes/functions.php. View all references

function reset_mbstring_encoding() {
	mbstring_binary_safe_encoding( true );
}


Top ↑

Changelog

Changelog
Version Description
3.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.