downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/es/function.yaz-schema.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'es',
  ),
 
'this' =>
  array (
   
0 => 'function.yaz-schema.php',
   
1 => 'yaz_schema',
  ),
 
'up' =>
  array (
   
0 => 'ref.yaz.php',
   
1 => 'Funciones de YAZ',
  ),
 
'prev' =>
  array (
   
0 => 'function.yaz-scan.php',
   
1 => 'yaz_scan',
  ),
 
'next' =>
  array (
   
0 => 'function.yaz-search.php',
   
1 => 'yaz_search',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="function.yaz-schema" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">yaz_schema</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.2.0, PECL yaz &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">yaz_schema</span> &mdash; <span class="dc-title">
   Especifica el esquema para la recuperación
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.yaz-schema-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><span class="type void">void</span></span> <span class="methodname"><strong>yaz_schema</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$id</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$schema</code></span>
   )</div>

  <p class="para rdfs-comment">
    <span class="function"><strong>yaz_schema()</strong></span> especifica el esquema para la recuperación.
  </p>
  <p class="para">
   Esta función debe ser llamada antes de
    <span class="function"><a href="function.yaz-search.php" class="function">yaz_search()</a></span> o  <span class="function"><a href="function.yaz-present.php" class="function">yaz_present()</a></span>.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.yaz-schema-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">
   <dl>

    <dt>

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

      <p class="para">
       El recurso de conexión devuelto por  <span class="function"><a href="function.yaz-connect.php" class="function">yaz_connect()</a></span>.
      </p>
     </dd>

    </dt>

    <dt>

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

      <p class="para">
       Debe ser especificado como un OID (identificador de objeto) notación de puntos
       sin tratar (como <em> 1.2.840.10003.13.4 </em>) o
       como uno de los esquemas conocidos registrados: <em>GILS-schema</em>,
       <em>Holdings</em>, <em>Zthes</em>, ...
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.yaz-schema-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   No devuelve ningún valor.
  </p>
 </div>

</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites