📄 rar.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="rar.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="rar.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="rar.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="rar.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> Rar is currently available through PECL <a href="http://pecl.php.net/package/rar" class="link external">» http://pecl.php.net/package/rar</a>. </p> <p class="para"> Also you can use the PECL installer to install the Rar extension, using the following command: <strong class="command">pecl -v install rar</strong>. </p> <p class="para"> You can always download the tar.gz package and install Rar by hand: <div class="example"> <p><b>Example #1 Rar installation</b></p> <div class="example-contents"><div class="cdata"><pre>gunzip rar-xxx.tgztar -xvf rar-xxx.tarcd rar-xxxphpize./configure && make && make install</pre></div> </div> </div> </p> <p class="para"> Windows users will enable <var class="filename">php_rar.dll</var> inside of <var class="filename">php.ini</var> in order to use these functions. The <acronym title="Dynamic Link Library">DLL</acronym> for this <acronym title="PHP Extension and Application Repository">PECL</acronym> extensionmay be downloaded from either the <a href="http://www.php.net/downloads.php" class="link external">» PHP Downloads</a> page or from <a href="http://pecl4win.php.net/" class="link external">» http://pecl4win.php.net/</a> </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="rar.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="rar.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="rar.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 + -