📄 unicode.installation.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Installation</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="unicode.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="unicode.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="unicode.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="unicode.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> First you should download and install ICU: <div class="example"> <p><b>Example #1 install ICU on Unix</b></p> <div class="example-contents"><div class="cdata"><pre>./configure --disable-threads --enable-extras --enable-icuio --enable-layoutmake && make install</pre></div> </div> </div> </p> <p class="para"> Then checkout latest PHP and configure it <span class="option">--with-icu-dir=<dir></span> 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. </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="unicode.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="unicode.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="unicode.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -