PHP究极函数的实际调用运行

本文档详细介绍了PHP的高级函数使用,包括语言参考、安全、特性、功能和函数参考等,帮助开发者深入掌握PHP编程。
摘要由CSDN通过智能技术生成

<body class="help ">

<nav id="head-nav" class="navbar navbar-fixed-top">
  <div class="navbar-inner clearfix">
    <a href="/" class="brand"><img src="/images/logos/php-logo.svg" width="48" height="24" alt="php"></a>
    <div id="mainmenu-toggle-overlay"></div>
    <input type="checkbox" id="mainmenu-toggle">
    <ul class="nav">
      <li class=""><a href="/downloads">Downloads</a></li>
      <li class=""><a href="/docs.php">Documentation</a></li>
      <li class=""><a href="/get-involved">Get Involved</a></li>
      <li class="active"><a href="/support">Help</a></li>
      <li class="">
        <a href="/releases/8.1/index.php">
          <img src="/images/php8/logo_php8_1.svg" alt="php8.1" height="22" width="60">
        </a>
      </li>
    </ul>
    <form class="navbar-search" id="topsearch" action="/search.php">
      <input type="hidden" name="show" value="quickref">
      <input type="search" name="pattern" class="search-query" placeholder="Search" accesskey="s">
    </form>
  </div>
  <div id="flash-message"></div>
</nav>
<nav id="trick"><div><dl>
<dt><a href="/manual/en/getting-started.php">Getting Started</a></dt>
    <dd><a href="/manual/en/introduction.php">Introduction</a></dd>
    <dd><a href="/manual/en/tutorial.php">A simple tutorial</a></dd>
<dt><a href="/manual/en/langref.php">Language Reference</a></dt>
    <dd><a href="/manual/en/language.basic-syntax.php">Basic syntax</a></dd>
    <dd><a href="/manual/en/language.types.php">Types</a></dd>
    <dd><a href="/manual/en/language.variables.php">Variables</a></dd>
    <dd><a href="/manual/en/language.constants.php">Constants</a></dd>
    <dd><a href="/manual/en/language.expressions.php">Expressions</a></dd>
    <dd><a href="/manual/en/language.operators.php">Operators</a></dd>
    <dd><a href="/manual/en/language.control-structures.php">Control Structures</a></dd>
    <dd><a href="/manual/en/language.functions.php">Functions</a></dd>
    <dd><a href="/manual/en/language.oop5.php">Classes and Objects</a></dd>
    <dd><a href="/manual/en/language.namespaces.php">Namespaces</a></dd>
    <dd><a href="/manual/en/language.enumerations.php">Enumerations</a></dd>
    <dd><a href="/manual/en/language.errors.php">Errors</a></dd>
    <dd><a href="/manual/en/language.exceptions.php">Exceptions</a></dd>
    <dd><a href="/manual/en/language.fibers.php">Fibers</a></dd>
    <dd><a href="/manual/en/language.generators.php">Generators</a></dd>
    <dd><a href="/manual/en/language.attributes.php">Attributes</a></dd>
    <dd><a href="/manual/en/language.references.php">References Explained</a></dd>
    <dd><a href="/manual/en/reserved.variables.php">Predefined Variables</a></dd>
    <dd><a href="/manual/en/reserved.exceptions.php">Predefined Exceptions</a></dd>
    <dd><a href="/manual/en/reserved.interfaces.php">Predefined Interfaces and Classes</a></dd>
    <dd><a href="/manual/en/context.php">Context options and parameters</a></dd>
    <dd><a href="/manual/en/wrappers.php">Supported Protocols and Wrappers</a></dd>
</dl>
<dl>
<dt><a href="/manual/en/security.php">Security</a></dt>
    <dd><a href="/manual/en/security.intro.php">Introduction</a></dd>
    <dd><a href="/manual/en/security.general.php">General considerations</a></dd>
    <dd><a href="/manual/en/security.cgi-bin.php">Installed as CGI binary</a></dd>
    <dd><a href="/manual/en/security.apache.php">Installed as an Apache module</a></dd>
    <dd><a href="/manual/en/security.sessions.php">Session Security</a></dd>
    <dd><a href="/manual/en/security.filesystem.php">Filesystem Security</a></dd>
    <dd><a href="/manual/en/security.database.php">Database Security</a></dd>
    <dd><a href="/manual/en/security.errors.php">Error Reporting</a></dd>
    <dd><a href="/manual/en/security.variables.php">User Submitted Data</a></dd>
    <dd><a href="/manual/en/security.hiding.php">Hiding PHP</a></dd>
    <dd><a href="/manual/en/security.current.php">Keeping Current</a></dd>
<dt><a href="/manual/en/features.php">Features</a></dt>
    <dd><a href="/manual/en/features.http-auth.php">HTTP authentication with PHP</a></dd>
    <dd><a href="/manual/en/features.cookies.php">Cookies</a></dd>
    <dd><a href="/manual/en/features.sessions.php">Sessions</a></dd>
    <dd><a href="/manual/en/features.xforms.php">Dealing with XForms</a></dd>
    <dd><a href="/manual/en/features.file-upload.php">Handling file uploads</a></dd>
    <dd><a href="/manual/en/features.remote-files.php">Using remote files</a></dd>
    <dd><a href="/manual/en/features.connection-handling.php">Connection handling</a></dd>
    <dd><a href="/manual/en/features.persistent-connections.php">Persistent Database Connections</a></dd>
    <dd><a href="/manual/en/features.commandline.php">Command line usage</a></dd>
    <dd><a href="/manual/en/features.gc.php">Garbage Collection</a></dd>
    <dd><a href="/manual/en/features.dtrace.php">DTrace Dynamic Tracing</a></dd>
</dl>
<dl>
<dt><a href="/manual/en/funcref.php">Function Reference</a></dt>
    <dd><a href="/manual/en/refs.basic.php.php">Affecting PHP's Behaviour</a></dd>
    <dd><a href="/manual/en/refs.utilspec.audio.php">Audio Formats Manipulation</a></dd>
    <dd><a href="/manual/en/refs.remote.auth.php">Authentication Services</a></dd>
    <dd><a href="/manual/en/refs.utilspec.cmdline.php">Command Line Specific Extensions</a></dd>
    <dd><a href="/manual/en/refs.compression.php">Compression and Archive Extensions</a></dd>
    <dd><a href="/manual/en/refs.crypto.php">Cryptography Extensions</a></dd>
    <dd><a href="/manual/en/refs.database.php">Database Extensions</a></dd>
    <dd><a href="/manual/en/refs.calendar.php">Date and Time Related Extensions</a></dd>
    <dd><a href="/manual/en/refs.fileprocess.file.php">File System Related Extensions</a></dd>
    <dd><a href="/manual/en/refs.international.php">Human Language and Character Encoding Support</a></dd>
    <dd><a href="/manual/en/refs.utilspec.image.php">Image Processing and Generation</a></dd>
    <dd><a href="/manual/en/refs.remote.mail.php">Mail Related Extensions</a></dd>
    <dd><a href="/manual/en/refs.math.php">Mathematical Extensions</a></dd>
    <dd><a href="/manual/en/refs.utilspec.nontext.php">Non-Text MIME Output</a></dd>
    <dd><a href="/manual/en/refs.fileprocess.process.php">Process Control Extensions</a></dd>
    <dd><a href="/manual/en/refs.basic.other.php">Other Basic Extensions</a></dd>
    <dd><a href="/manual/en/refs.remote.other.php">Other Services</a></dd>
    <dd><a href="/manual/en/refs.search.php">Search Engine Extensions</a></dd>
    <dd><a href="/manual/en/refs.utilspec.server.php">Server Specific Extensions</a></dd>
    <dd><a href="/manual/en/refs.basic.session.php">Session Extensions</a></dd>
    <dd><a href="/manual/en/refs.basic.text.php">Text Processing</a></dd>
    <dd><a href="/manual/en/refs.basic.vartype.php">Variable and Type Related Extensions</a></dd>
    <dd><a href="/manual/en/refs.webservice.php">Web Services</a></dd>
    <dd><a href="/manual/en/refs.utilspec.windows.php">Windows Only Extensions</a></dd>
    <dd><a href="/manual/en/refs.xml.php">XML Manipulation</a></dd>
    <dd><a href="/manual/en/refs.ui.php">GUI Extensions</a></dd>
</dl>
<dl>
<dt>Keyboard Shortcuts</dt><dt>?</dt>
<dd>This help</dd>
<dt>j</dt>
<dd>Next menu item</dd>
<dt>k</dt>
<dd>Previous menu item</dd>
<dt>g p</dt>
<dd>Previous man page</dd>
<dt>g n</dt>
<dd>Next man page</dd>
<dt>G</dt>
<dd>Scroll to bottom</dd>
<dt>g g</dt>
<dd>Scroll to top</dd>
<dt>g h</dt>
<dd>Goto homepage</dd>
<dt>g s</dt>
<dd>Goto search<br>(current page)</dd>
<dt>/</dt>
<dd>Focus search box</dd>
</dl></div></nav>
<div id="goto">
    <div class="search">
         <div class="text"></div>
         <div class="results"><ul></ul></div>
   </div>
</div>

<div id="layout" class="clearfix">
  <section id="layout-content">

<h2 id="documentation">Documentation</h2>

<p>
 A good place to start is by skimming through the ever-growing list of <a href="/FAQ.php">frequently asked questions (with answers, of course)</a>. Then
 have a look at the rest of the online manual and other resources in the <a href="/docs.php">documentation</a> section.
</p>

<h2 id="mailing-lists">Mailing Lists</h2>

<p>
 There are a number of mailing lists devoted to talking about PHP and related
 projects. <a href="mailing-lists.php">This list</a> describes them all, has
 links to searchable archives for all of the lists, and explains how to
 subscribe to the lists.
</p>

<h2 id="newsgroups">Newsgroups</h2>

<p>
 The PHP language newsgroup is comp.lang.php, available on any
 news server around the globe. In addition to this many of our mailing
 lists are also reflected onto the news server at
 <a href="news://news.php.net">news://news.php.net/</a>. The
 server also has a read only web interface at
 <a href="http://news.php.net/">http://news.php.net/</a>.
</p>

<p>
 Mailing list messages are transfered to newsgroup posts and
 newsgroup posts are sent to the mailing lists. Please note
 that these newsgroups are only available on this server.
</p>

<h2 id="user-groups">User Groups</h2>

<p>
 Chances are that there is a User Group in your neighborhood, which are generally
 a great resource both for beginners and experienced PHP users.
 Check out the User Group listing on <a href="http://php.ug/">PHP.ug</a> to see if there
 is one close by.
</p>

<h2 id="events-training">Events &amp; Training</h2>

<p>
 A list of upcoming events (such as user group meetings and PHP training
 sessions) is included in the right-hand column of the front page, and
 on the <a href="/cal.php">event calendar page</a>. If you want to list
 an upcoming event, just fill out the form <a href="/submit-event.php">on this page</a>.
</p>

<h2 id="irc">Internet Relay Chat</h2>

<p>
 Otherwise known as IRC. Here you can usually find experienced PHP people
 sitting around doing nothing on various channels with php in their names.
 Note that there is no official IRC channel. Check
 <a href="https://libera.chat/">Libera.Chat</a> or any other major network
 (<a href="http://www.efnet.org/">EFNet</a>,
 <a href="http://www.quakenet.org">QuakeNet</a>,
 <a href="http://www.ircnet.com/">IRCNet</a>,
 <a href="http://www.icq.com">IrCQNet</a>,
 <a href="http://www.dal.net/">DALNet</a> and
 <a href="http://oftc.net">OFTC</a>).
</p>

<h2 id="webmasters">PHP.net webmasters</h2>

<p>
 If you have a problem or suggestion <em>in connection with the PHP.net
 website or mirror sites</em>, <a href="/contact.php">please
 contact the webmasters</a>. If you have problems setting up PHP
 or using some functionality, please ask your question on a support
 channel detailed above, the webmasters will not answer any such
 questions.
</p>

    </section><!-- layout-content -->
    
<aside class="tips">
    <div class="inner">
<div class="panel" style="position:fixed">
  <div class="headline">Table of Contents</div>
  <div class="body">
    <ul>
      <li><a href="#documentation">Documentation</a></li>
      <li><a href="#mailing-lists">Mailing Lists</a></li>
      <li><a href="#newsgroups">Newsgroups</a></li>
      <li><a href="#user-groups">User Groups</a></li>
      <li><a href="#events-training">Events &amp; Training</a></li>
      <li><a href="#irc">IRC</a></li>
      <!-- Purposefully no link to the webmasters -->
    </ul>
  </div>
</div>
</div>
</aside>

  </div><!-- layout -->

  <footer>
    <div class="container footer-content">
      <div class="row-fluid">
      <ul class="footmenu">
        <li><a href="/copyright.php">Copyright © 2001-2022 The PHP Group</a></li>
        <li><a href="/my.php">My PHP.net</a></li>
        <li><a href="/contact.php">Contact</a></li>
        <li><a href="/sites.php">Other PHP.net sites</a></li>
        <li><a href="/privacy.php">Privacy policy</a></li>
        <li><a href="https://github.com/php/web-php/blob/master/support.php">View Source</a></li>
      </ul>
      </div>
    </div>
  </footer>

    
 <!-- External and third party libraries. -->
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" integrity="sha384-aBL3Lzi6c9LNDGvpHkZrrm3ZVsIwohDD7CDozL0pk8FwCrfmV7H9w8j3L7ikEv6h" crossorigin="anonymous"></script></body>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

m0_71675268

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值