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

📄 internals2.counter.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>The "counter" Extension - A Continuing Example</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="internals2.preface.html">Preface</a></div> <div class="next" style="text-align: right; float: right;"><a href="internals2.counter.setup.html">Installing/Configuring</a></div> <div class="up"><a href="internals2.html">PHP at the Core: A Hacker's Guide to the Zend Engine</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div>  <h1>The &quot;counter&quot; Extension - A Continuing Example</h1><h2>Table of Contents</h2><ul class="chunklist chunklist_part"><li><a href="internals2.counter.setup.html">Installing/Configuring</a></li><li><a href="internals2.counter.constants.html">Predefined Constants</a></li><li><a href="internals2.counter.examples.html">Examples</a></li><li><a href="internals2.counter.counter-class.html">The Counter class</a></li><li><a href="internals2.counter.basic-interface.html">The basic interface</a></li><li><a href="internals2.counter.extended-interface.html">The extended interface</a></li></ul>    <div class="partintro" id="internals2.counter.preface" name="internals2.counter.preface">   <h1 class="title">Preface</h1>   <p class="simpara">    Throughout this Zend documentation, references are made to an example module    in order to illustrate various concepts. The &quot;counter&quot; extension is this    example, a fictional yet functional Zend module which strives to use as much    of the Zend API as is reasonably possible. This short chapter describes the    userland interface to the completed extension.   </p>     <blockquote><p><b class="note">Note</b>:     <span class="simpara">     &quot;counter&quot; serves no practical purpose whatsoever, as the functionality it     provides is far more effectively implemented by appropriate userland code.    </span>   </p></blockquote>  </div>                     </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="internals2.preface.html">Preface</a></div> <div class="next" style="text-align: right; float: right;"><a href="internals2.counter.setup.html">Installing/Configuring</a></div> <div class="up"><a href="internals2.html">PHP at the Core: A Hacker's Guide to the Zend Engine</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 + -