PHP Fatal error: Call to undefined function mb detect encoding()


Call to undefined function mb_substr()
The mbstring extension is missing. Please check your PHP configuration.
Fatal error: Call to undefined function mb_detect_encoding()
PHP Fatal error: Uncaught Error: Call to undefined function mb_strlen()

문제상황

phpMyAdmin - Error
The mbstring extension is missing. Please check your PHP configuration.
[root@zetawiki ~]# php -r "mb_detect_encoding();"
PHP Fatal error:  Call to undefined function mb_detect_encoding() in Command line code on line 1

해결방법