Home >Backend Development >PHP Tutorial >函数不支持mb_strlen怎么处理

函数不支持mb_strlen怎么处理

WBOY
WBOYOriginal
2016-06-13 12:11:401215browse

函数不支持mb_strlen怎么办?
函数不支持mb_strlen怎么办?

------解决思路----------------------
window  
先到PHP扩展目录查看有没有php_mbstring.dll文件 如果有  需要到PHP.ini中打开扩展
把  
;extension=php_mbstring.dll  
改成  
extension=php_mbstring.dll  

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn