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()

1 문제상황[ | ]

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

2 해결방법[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}