⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zip.installation.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 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="zip.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="zip.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="zip.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="zip.installation" class="section"> <h2 class="title">Installation</h2>  <div id="zip.old.installation" class="section">  <h2 class="title">PHP 4</h2>    <blockquote><p><b class="note">Note</b>:        Zip support before PHP 4.1.0 is experimental.   <br />  </p></blockquote>    <div class="warning"><b class="warning">Warning</b>   <p class="para">    Because the PHP 4 zip extension is unmaintained we recommend that the PECL    extension is used rather than the bundled one.   </p>  </div>    <div id="zip.installation.old.linux" class="section">   <h2 class="title">Linux systems</h2>   <p class="para">    In order to use these functions you must compile PHP with zip support    by using the <span class="option">--with-zip[=DIR]</span>    configure option, where [DIR] is the prefix of the <a href="http://zziplib.sourceforge.net/" class="link external">&raquo; ZZIPlib</a> library install.   </p>  </div>    <div id="zip.installation.old.windows" class="section">   <h2 class="title">Windows</h2>   <p class="para">    Windows users need to enable <var class="filename">php_zip.dll</var> inside    of <var class="filename">php.ini</var> in order to use these functions.   </p>  </div> </div> <div id="zip.installation.new" class="section">  <h2 class="title">PHP 5.2.0 and later</h2>    <div id="zip.installation.new.linux" class="section">   <h2 class="title">Linux systems</h2>   <p class="para">    In order to use these functions you must compile PHP with zip support    by using the <span class="option">--enable-zip</span>    configure option.   </p>  </div>    <div id="zip.installation.new.windows" class="section">   <h2 class="title">Windows</h2>   <p class="para">    Windows users need to enable <var class="filename">php_zip.dll</var> inside    of <var class="filename">php.ini</var> in order to use these functions.   </p>  </div> </div> <div id="zip.pecl.installation" class="section">  <h2 class="title">Installation via PECL</h2>  <p class="para">   Information for installing this PECL extension may befound in the manual chapter titled <a href="install.pecl.html" class="link">Installation of PECL extensions</a>. Additional information such as new releases,downloads, source files, maintainer information, and a CHANGELOG, can belocated here:    <a href="http://pecl.php.net/package/zip" class="link external">&raquo; http://pecl.php.net/package/zip</a>.  </p>  <p class="para">   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">&raquo; PHP Downloads</a> page or from <a href="http://pecl4win.php.net/" class="link external">&raquo; http://pecl4win.php.net/</a>  </p>  <p class="para">   In PHP 4 this <acronym title="Dynamic Link Library">DLL</acronym> resides inthe <var class="filename">extensions/</var> directory within the PHP Windowsbinaries download.  </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="zip.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="zip.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="zip.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 + -