misc.configuration.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 201 行

HTML
201
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Runtime Configuration</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="misc.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="misc.resources.html">Resource Types</a></div> <div class="up"><a href="misc.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="misc.configuration" class="section"> <h2 class="title">Runtime Configuration</h2> <p class="simpara">The behaviour of these functions is affected by settings in <var class="filename">php.ini</var>.</p> <p class="para">  <table border="5">   <caption><b> Misc. Configuration Options</b></caption>   <colgroup>    <thead valign="middle">     <tr valign="middle">      <th colspan="1">Name</th>      <th colspan="1">Default</th>      <th colspan="1">Changeable</th>      <th colspan="1">Changelog</th>     </tr>    </thead>    <tbody valign="middle" class="tbody">     <tr valign="middle">      <td colspan="1" rowspan="1" align="left">ignore_user_abort</td>      <td colspan="1" rowspan="1" align="left">&quot;0&quot;</td>      <td colspan="1" rowspan="1" align="left">PHP_INI_ALL</td>      <td class="empty">&nbsp;</td>     </tr>     <tr valign="middle">      <td colspan="1" rowspan="1" align="left">highlight.string</td>      <td colspan="1" rowspan="1" align="left">&quot;#DD0000&quot;</td>      <td colspan="1" rowspan="1" align="left">PHP_INI_ALL</td>      <td class="empty">&nbsp;</td>     </tr>     <tr valign="middle">      <td colspan="1" rowspan="1" align="left">highlight.comment</td>      <td colspan="1" rowspan="1" align="left">&quot;#FF8000&quot;</td>      <td colspan="1" rowspan="1" align="left">PHP_INI_ALL</td>      <td class="empty">&nbsp;</td>     </tr>     <tr valign="middle">      <td colspan="1" rowspan="1" align="left">highlight.keyword</td>      <td colspan="1" rowspan="1" align="left">&quot;#007700&quot;</td>      <td colspan="1" rowspan="1" align="left">PHP_INI_ALL</td>      <td class="empty">&nbsp;</td>     </tr>     <tr valign="middle">      <td colspan="1" rowspan="1" align="left">highlight.bg</td>      <td colspan="1" rowspan="1" align="left">&quot;#FFFFFF&quot;</td>      <td colspan="1" rowspan="1" align="left">PHP_INI_ALL</td>      <td colspan="1" rowspan="1" align="left">Removed in PHP 6.0.0.</td>     </tr>     <tr valign="middle">      <td colspan="1" rowspan="1" align="left">highlight.default</td>      <td colspan="1" rowspan="1" align="left">&quot;#0000BB&quot;</td>      <td colspan="1" rowspan="1" align="left">PHP_INI_ALL</td>      <td class="empty">&nbsp;</td>     </tr>     <tr valign="middle">      <td colspan="1" rowspan="1" align="left">highlight.html</td>      <td colspan="1" rowspan="1" align="left">&quot;#000000&quot;</td>      <td colspan="1" rowspan="1" align="left">PHP_INI_ALL</td>      <td class="empty">&nbsp;</td>     </tr>     <tr valign="middle">      <td colspan="1" rowspan="1" align="left">browscap</td>      <td colspan="1" rowspan="1" align="left">NULL</td>      <td colspan="1" rowspan="1" align="left">PHP_INI_SYSTEM</td>      <td class="empty">&nbsp;</td>     </tr>    </tbody>   </colgroup>  </table>  For further details and definitions of the PHP_INI_* constants, see the <a href="ini.html" class="xref">php.ini directives</a>. </p>  <p class="para">Here&#039;s a short explanation ofthe configuration directives.</p>  <p class="para">  <dl>   <dt id="ini.ignore-user-abort">    <span class="term">     <i><tt class="parameter">ignore_user_abort</tt></i>     <a href="language.types.boolean.html" class="type boolean">boolean</a>    </span>    <dd>     <p class="para">      <b><tt>FALSE</tt></b> by default. If changed to <b><tt>TRUE</tt></b> scripts will not be terminated      after a client has aborted their connection.     </p>     <p class="para">      See also <a href="function.ignore-user-abort.html" class="function">ignore_user_abort()</a>.     </p>    </dd>   </dt>    <dt id="ini.syntax-highlighting">     <span class="term">      <i><tt class="parameter">highlight.bg</tt></i>      <a href="language.types.string.html" class="type string">string</a>     </span>     <br /><span class="term">      <i><tt class="parameter">highlight.comment</tt></i>      <a href="language.types.string.html" class="type string">string</a>     </span>     <br /><span class="term">      <i><tt class="parameter">highlight.default</tt></i>      <a href="language.types.string.html" class="type string">string</a>     </span>     <br /><span class="term">      <i><tt class="parameter">highlight.html</tt></i>      <a href="language.types.string.html" class="type string">string</a>     </span>     <br /><span class="term">      <i><tt class="parameter">highlight.keyword</tt></i>      <a href="language.types.string.html" class="type string">string</a>     </span>     <br /><span class="term">      <i><tt class="parameter">highlight.string</tt></i>      <a href="language.types.string.html" class="type string">string</a>     </span>     <dd>      <p class="para">       Colors for Syntax Highlighting mode. Anything that&#039;s acceptable in       &lt;font color=&quot;??????&quot;&gt; would work.      </p>     </dd>    </dt>   <dt id="ini.browscap">    <span class="term">     <i><tt class="parameter">browscap</tt></i>     <a href="language.types.string.html" class="type string">string</a>    </span>    <dd>     <p class="para">      Name (e.g.: <var class="filename">browscap.ini</var>) and location of browser      capabilities file. See also <a href="function.get-browser.html" class="function">get_browser()</a>.     </p>    </dd>   </dt>  </dl> </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="misc.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="misc.resources.html">Resource Types</a></div> <div class="up"><a href="misc.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 + -
显示快捷键?