📄 tidy.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="tidy.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="tidy.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="tidy.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="tidy.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> Tidy is currently available for PHP 4.3.x and PHP 5 as a PECL extension from <a href="http://pecl.php.net/package/tidy" class="link external">» http://pecl.php.net/package/tidy</a>. </p> <blockquote><p><b class="note">Note</b>: Tidy 1.0 is just for PHP 4.3.x, while Tidy 2.0 is just for PHP 5. <br /> </p></blockquote> <p class="para"> If <a href="http://pear.php.net/" class="link external">» PEAR</a> is available on your *nix-like system you can use the pear installer to install the tidy extension, by the following command: <strong class="command">pecl install tidy</strong>. </p> <p class="para"> You can always download the tar.gz package and install tidy by hand: <div class="example"> <p><b>Example #1 tidy install by hand in PHP 4.3.x</b></p> <div class="example-contents"><div class="cdata"><pre>gunzip tidy-xxx.tgztar -xvf tidy-xxx.tarcd tidy-xxxphpize./configure && make && make install</pre></div> </div> </div> </p> <p class="para"> Windows users can download the extension dll from <a href="http://pecl4win.php.net/ext.php/php_tidy.dll" class="link external">» http://pecl4win.php.net/ext.php/php_tidy.dll</a>. </p> <p class="para"> In PHP 5 you need only to compile using the <span class="option">--with-tidy</span> option. </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="tidy.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="tidy.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="tidy.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 + -