Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPのマルチバイト文字列関数(で始まる関数mb_)がPHPでデフォルトで使用されないのはなぜですか?
mb_
下位互換性。古いPHPスクリプトは、非マルチバイト機能に依存しています。
参照:http ://www.php.net/manual/en/mbstring.overload.php
非マルチバイト関数が最初にあったからです。