iconv.installation.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 41 行
HTML
41 行
<!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="iconv.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="iconv.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="iconv.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="iconv.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> To use functions provided by this module, the <span class="application">PHP</span> binary must be built with the following configure line: <span class="option">--with-iconv[=DIR]</span>. </p> <blockquote><p><b class="note">Note</b>: <b>Note to Windows庐 Users</b><br /> <span class="simpara"> In order to enable this module on a Windows庐 environment, you need to put a DLL file named <em class="emphasis">iconv.dll</em> or <em class="emphasis">iconv-1.3.dll</em> (prior to 4.2.1) which is bundled with the PHP/Win32 binary package into a directory specified by the <i>PATH</i> environment variable or one of the system directories of your Windows庐 installation. </span> <span class="simpara"> This module is part of PHP as of PHP 5 thus <em class="emphasis">iconv.dll</em> and <em class="emphasis">php_iconv.dll</em> is not needed anymore. </span> </p></blockquote></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="iconv.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="iconv.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="iconv.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 + =
减小字号Ctrl + -
显示快捷键?