Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 8805

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Introduction</title>

 </head>
 <body><div class="manualnavbar" 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;&nbsp;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;&nbsp;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;&nbsp;http://www.indexdata.dk/phpyaz/</a>.
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    This extension has been moved to the
<a href="http://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> repository and is no longer bundled with
PHP as of PHP 5.0.0.
   </p>
  </p></blockquote>
 </div><hr /><div class="manualnavbar" 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>