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

函数不支持mb_strlen怎么处理

WBOY
Release: 2016-06-13 12:11:40
Original
1190 people have browsed it

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template