intro.hwapi.html

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

HTML
52
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Introduction</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="book.hwapi.html">Hyperwave API</a></div> <div class="next" style="text-align: right; float: right;"><a href="hwapi.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.hwapi.html">Hyperwave API</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.hwapi" class="preface">  <h1 class="title">Introduction</h1>  <p class="para">   <span class="productname">Hyperwave</span> has been developed at    <a href="http://www.iicm.edu/" class="link external">&raquo; IICM</a> in Graz. It started with   the name <acronym>Hyper-G</acronym> and changed to Hyperwave when   it was commercialised (in 1996).  </p>  <p class="para">   Hyperwave is not free software. The current version, 5.5, is   available at <a href="http://www.hyperwave.com/" class="link external">&raquo; http://www.hyperwave.com/</a>.     A time limited version can be ordered for free (30 days).  </p>  <p class="para">   See also the <a href="ref.hw.html" class="link">Hyperwave</a> module.  </p>  <p class="para">   Hyperwave is an information system similar to a database   (<acronym title="Hyperwave Information Server">HIS</acronym>, Hyperwave Information Server). Its focus   is the storage and management of documents. A document can be any   possible piece of data that may as well be stored in file. Each   document is accompanied by its object record. The object record   contains meta data for the document. The meta data is a list of   attributes which can be extended by the user. Certain attributes   are always set by the Hyperwave server, other may be modified by   the user.  </p>  <blockquote><p><b class="note">Note</b>:        This extension has been moved to the <a href="http://pecl.php.net/" class="link external">&raquo; PECL</a> repository and is no longer bundled with PHP as of PHP 5.2.0.   <br />  </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.hwapi.html">Hyperwave API</a></div> <div class="next" style="text-align: right; float: right;"><a href="hwapi.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.hwapi.html">Hyperwave API</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

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