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

📄 function.main.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>Dummy for main</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="function.ini-set.html">ini_set</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.memory-get-peak-usage.html">memory_get_peak_usage</a></div> <div class="up"><a href="ref.info.html">PHP Options/Info Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.main" class="refentry"> <div class="refnamediv">  <h1 class="refname">main</h1>  <p class="refpurpose"><span class="refname">main</span> &mdash; <span class="dc-title">Dummy for <b>main()</b></span></p> </div>  <div class="refsect1 description">  <h3 class="title">Description</h3>  <p class="para">   There is no function named <b>main()</b> except   in the PHP source.  In PHP 4.3.0, a new type of error handling   in the PHP source (php_error_docref) was introduced.  One feature   is to provide links to a manual page in PHP error messages when   the PHP directives <a href="errorfunc.configuration.html#ini.html-errors" class="link">html_errors</a>   (on by default) and <a href="errorfunc.configuration.html#ini.docref-root" class="link">docref_root</a>   (on by default until PHP 4.3.2) are set.  </p>  <p class="para">   Sometimes error messages refer to a manual page for the function   <b>main()</b> which is why this page exists.   Please   add a user comment below that mentions what PHP function caused the   error that linked to <b>main()</b> and it will be   fixed and properly documented.  </p>  <p class="para">   <table border="5">    <caption><b>Known errors that point to <b>main()</b></b></caption>    <colgroup>     <thead valign="middle">      <tr valign="middle">       <th colspan="1">Function name</th>       <th colspan="1">No longer points here as of</th>      </tr>     </thead>     <tbody valign="middle" class="tbody">      <tr valign="middle">       <td colspan="1" rowspan="1" align="left"><b>include()</b></td>       <td colspan="1" rowspan="1" align="left">5.1.0</td>      </tr>      <tr valign="middle">       <td colspan="1" rowspan="1" align="left"><b>include_once()</b></td>       <td colspan="1" rowspan="1" align="left">5.1.0</td>      </tr>      <tr valign="middle">       <td colspan="1" rowspan="1" align="left"><b>require()</b></td>       <td colspan="1" rowspan="1" align="left">5.1.0</td>      </tr>      <tr valign="middle">       <td colspan="1" rowspan="1" align="left"><b>require_once()</b></td>       <td colspan="1" rowspan="1" align="left">5.1.0</td>      </tr>     </tbody>    </colgroup>   </table>  </p> </div> <div class="refsect1 seealso">  <h3 class="title">See Also</h3>  <p class="para">   <ul class="simplelist">    <li class="member"><a href="errorfunc.configuration.html#ini.html-errors" class="link">html_errors</a></li>    <li class="member"><a href="errorfunc.configuration.html#ini.display-errors" class="link">display_errors</a></li>   </ul>  </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.ini-set.html">ini_set</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.memory-get-peak-usage.html">memory_get_peak_usage</a></div> <div class="up"><a href="ref.info.html">PHP Options/Info Functions</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 + -