reset_mbstring_encoding()

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

Version Description
3.7.0 Introduced.

User Contributed Notes

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