about.notes.html

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

HTML
46
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>About user notes</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="about.html">About the manual</a></div> <div class="next" style="text-align: right; float: right;"><a href="about.prototypes.html">How to read a function definition (prototype)</a></div> <div class="up"><a href="about.html">About the manual</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="about.notes" class="sect1">  <h2 class="title">About user notes</h2>  <p class="para">   The user-contributed notes play an important role in the development of   this manual. By allowing readers of the manual to contribute examples,   caveats, and further clarifications from their browser, we are able to   incorporate that feedback into the main text of the manual. And until the   notes have been incorporated, they may be viewed in their submitted form   online, and in some of the offline formats.  </p>  <blockquote><p><b class="note">Note</b>:        The user-contributed notes are not moderated before they appear online, so    the quality of the writing or code examples, and even the veracity of the    contribution, cannot be guaranteed. (Not that there is any guarantee of    the quality or accuracy of the manual text itself.)   <br />  </p></blockquote>  <blockquote><p><b class="note">Note</b>:        For the purposes of license coverage the user-contributed notes are    considered part of the PHP manual, and are therefore covered by the    same license that covers this documentation (Creative Commons Attribution    at the moment). For    more details see the <a href="copyright.html" class="link">Manual&#039;s Copyright</a>    page.   <br />  </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="about.html">About the manual</a></div> <div class="next" style="text-align: right; float: right;"><a href="about.prototypes.html">How to read a function definition (prototype)</a></div> <div class="up"><a href="about.html">About the manual</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?