reset_mbstring_encoding()

In this article

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

Description

See also

Source

function reset_mbstring_encoding() {
	mbstring_binary_safe_encoding( true );
}

Changelog

VersionDescription
3.7.0Introduced.

User Contributed Notes

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