|
PHP5中文手册
Unicode Functions简介Unicode Support. Warning
This extension is still in development and it isn't available to public yet. 需求» ICU 3.4 or later is required. 安装First you should download and install ICU: Example#1 install ICU on Unix ./configure --disable-threads --enable-extras --enable-icuio --enable-layout make && make install Then checkout latest PHP and configure it --with-icu-dir=<dir> option, where <dir> was the dir to where you installed ICU. You don't need to explicitly use this option if you install ICU to a standard location. 运行时配置这些函数的行为受 php.ini 的影响。
以下是配置选项的简要解释。
预定义常量以下常量由本扩展模块定义,因此只有在本扩展模块被编译到 PHP 中,或者在运行时被动态加载后才有效。
Table of Contents
|