<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.yaz.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.yaz-es-result.php',
    1 => 'yaz_es_result',
    2 => 'Inspects Extended Services Result',
  ),
  'up' => 
  array (
    0 => 'ref.yaz.php',
    1 => 'YAZ Функції',
  ),
  'prev' => 
  array (
    0 => 'function.yaz-es.php',
    1 => 'yaz_es',
  ),
  'next' => 
  array (
    0 => 'function.yaz-get-option.php',
    1 => 'yaz_get_option',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/yaz/functions/yaz-es-result.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<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">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>yaz_es_result</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$id</code></span>): <span class="type"><a href="language.types.array.php" class="type array">array</a></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.php" class="function">yaz_es()</a></span>.
  </p>

 </div>

 <div class="refsect1 parameters" id="refsect1-function.yaz-es-result-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">id</code></dt>
     <dd>
      <p class="para">
       The connection resource returned by <span class="function"><a href="function.yaz-connect.php" class="function">yaz_connect()</a></span>.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.yaz-es-result-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns array with element <code class="literal">targetReference</code>
   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">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.yaz-es.php" class="function" rel="rdfs-seeAlso">yaz_es()</a> - Prepares for an Extended Service Request</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>