LANGUAGE/PHP
[PHP] Fatal error:Call to underfined function mb_strlen() in 해결방법
보겸삼촌
2020. 2. 11. 15:56
상황 :
mb_strlen() 함수를 사용하는 중에 생기는 오류 |
1. phpinfo() 확인
2. mbstring 을 사용할 수 있는 모듈이 설치되어 있지 않아서 생긴 상황
: 따라서, mbstring 모듈을 설치하면 해결됨
https://www.php.net/manual/en/mbstring.installation.php
PHP: Installation - Manual
Fedora 9 -- yum install php-mbstring then httpd -k restart to freshen the environment. [EDIT BY danbrown AT php DOT net: This is true for all Red Hat Linux-based distributions using RPM and the `yum` package manager; this includes RHEL, Fedora, CentOS, Man
www.php.net