Why are the PHP multi-byte string functions (the ones which start with mb_
) not used by default in PHP?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Because non-multibyte functions were there first.
Backwards compatibility. Old PHP scripts depend on non-multibyte functionality.
See also: http://www.php.net/manual/en/mbstring.overload.php