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

📄 imap.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="imap.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="imap.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="imap.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="imap.installation" class="section"> <h2 class="title">Installation</h2> <p class="para">  To get these functions to work, you have to compile PHP with  <span class="option">--with-imap[=DIR]</span>, where DIR is the  c-client install prefix.  From our example above, you would use   <span class="option">--with-imap=/usr/local/imap-2000b</span>.  This location depends on where you created this directory according to the  description above.  Windows users may include the   <var class="filename">php_imap.dll</var> DLL in <var class="filename">php.ini</var>.  IMAP is not supported on systems earlier that Windows 2000. This is because it  uses encryption functions in order to enable SSL connections to the mail  servers. </p> <blockquote><p><b class="note">Note</b>:   <span class="simpara">   Depending how the c-client was configured, you might also need to add   <span class="option">--with-imap-ssl=/path/to/openssl/</span>   and/or <span class="option">--with-kerberos=/path/to/kerberos</span>   into the PHP configure line.  </span> </p></blockquote> <div class="warning"><b class="warning">Warning</b><p class="simpara">The <a href="ref.imap.html" class="link">IMAP</a>, <a href="ref.recode.html" class="link">recode</a>,<a href="ref.yaz.html" class="link">YAZ</a> and <a href="ref.cyrus.html" class="link">Cyrus</a>extensions cannot be used in conjuction, because theyshare the same internal symbols.</p></div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="imap.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="imap.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="imap.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 + -