intro.yaz.html

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

HTML
47
字号
<!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.yaz.html">YAZ</a></div> <div class="next" style="text-align: right; float: right;"><a href="yaz.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.yaz.html">YAZ</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.yaz" class="preface">  <h1 class="title">Introduction</h1>  <p class="para">   This extension offers a PHP interface to the   <span class="productname">YAZ</span> toolkit that implements the    <a href="http://www.loc.gov/z3950/agency/" class="link external">&raquo; Z39.50   Protocol for Information Retrieval</a>.   With this extension you can easily implement a Z39.50 origin (client)   that searches or scans Z39.50 targets (servers) in parallel.  </p>  <p class="para">   The module hides most of the complexity of Z39.50 so it should be   fairly easy to use. It supports persistent stateless connections very   similar to those offered by the various RDB APIs that are available   for PHP. This means that sessions are stateless but shared among   users, thus saving the connect and initialize phase steps in most   cases.  </p>  <p class="para">   <span class="productname">YAZ</span> is available at <a href="http://www.indexdata.dk/yaz/" class="link external">&raquo; http://www.indexdata.dk/yaz/</a>. You can find news information,   example scripts, etc. for this extension at <a href="http://www.indexdata.dk/phpyaz/" class="link external">&raquo; http://www.indexdata.dk/phpyaz/</a>.  </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.0.0.   <br />  </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.yaz.html">YAZ</a></div> <div class="next" style="text-align: right; float: right;"><a href="yaz.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.yaz.html">YAZ</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

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