Why are the PHP multi-byte string functions (the ones which start with mb_) not used by default in PHP?
mb_
Backwards compatibility. Old PHP scripts depend on non-multibyte functionality.
See also: http://www.php.net/manual/en/mbstring.overload.php
1.4m articles
1.4m replys
5 comments
57.0k users