Home Blog Wiki
Twitter Subscribe to PHP Blog RSS Feed Email RSS

PHP 扩展:mbstring

没有评论 三月 6th, 2008

因为最小化安装的PHP,很多扩展没有启用,在登陆phpMyAdmin时得到一个警告:
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
我发现 http://www.php.net/mbstring 上有介绍说:
mbstring provides multibyte specific string functions that help you deal with multibyte encodings in PHP.
Note: If you are connecting to [...]

Page 1 of 11