安装/配置
在线手册:中文 英文
PHP手册

安装

mbstring is a non-default extension. This means it is not enabled by default. You must explicitly enable the module with the configure option. See the Install section for details.

The following configure options are related to the mbstring module.


安装/配置
在线手册:中文 英文
PHP手册
PHP手册 - N: 安装

用户评论:

jmckenna at gatewaygeomatics dot com (08-Sep-2009 07:59)

The mb_split() function requires PHP to be compiled with --enable-mbregex (as of PHP 5.3.0).

-jeff

kacz at kaczmarowski dot com (08-Feb-2009 07:22)

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, Mandriva, and Intrinsic Linux, among others.]

tom at ritter dot vg (19-Dec-2008 04:00)

To compile with the mbstring option in gentoo, use the 'unicode' USE flag.