Sophie

Sophie

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

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>Inspects Extended Services Result</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.yaz-error.html">yaz_error</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.yaz-es.html">yaz_es</a></div>
 <div class="up"><a href="ref.yaz.html">YAZ Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.yaz-es-result" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">yaz_es_result</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.2.0, PECL yaz &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">yaz_es_result</span> &mdash; <span class="dc-title">
   Inspects Extended Services Result
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.yaz-es-result-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><strong>yaz_es_result</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$id</code></span>
   )</div>


  <p class="para rdfs-comment">
   This function inspects the last returned Extended Service
   result from a server. An Extended Service is  initiated
   by either  <span class="function"><strong>yaz_item_order()</strong></span> or
    <span class="function"><a href="function.yaz-es.html" class="function">yaz_es()</a></span>.
  </p>

 </div>

 <div class="refsect1 parameters" id="refsect1-function.yaz-es-result-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">id</code></em></span>
     <dd>

      <p class="para">
       The connection resource returned by  <span class="function"><a href="function.yaz-connect.html" class="function">yaz_connect()</a></span>.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.yaz-es-result-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns array with element <em>targetReference</em>
   for the reference for the extended service operation (generated
   and returned from the server).
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.yaz-es-result-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.yaz-es.html" class="function" rel="rdfs-seeAlso">yaz_es()</a> - Prepares for an Extended Service Request</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.yaz-error.html">yaz_error</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.yaz-es.html">yaz_es</a></div>
 <div class="up"><a href="ref.yaz.html">YAZ Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>