<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.oauth.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'oauth.setcapath.php',
    1 => 'OAuth::setCAPath',
    2 => 'Define el camino y la informaci&oacute;n de la CA',
  ),
  'up' => 
  array (
    0 => 'class.oauth.php',
    1 => 'OAuth',
  ),
  'prev' => 
  array (
    0 => 'oauth.setauthtype.php',
    1 => 'OAuth::setAuthType',
  ),
  'next' => 
  array (
    0 => 'oauth.setnonce.php',
    1 => 'OAuth::setNonce',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/oauth/oauth/setcapath.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oauth.setcapath" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuth::setCAPath</h1>
  <p class="verinfo">(PECL OAuth &gt;= 0.99.8)</p><p class="refpurpose"><span class="refname">OAuth::setCAPath</span> &mdash; <span class="dc-title">Define el camino y la información de la CA</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.setcapath-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuth::setCAPath</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$ca_path</code><span class="initializer"> = ?</span></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$ca_info</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

  <p class="simpara">
   Define el certificado de autoridad (<abbr title="Certificate Authority">CA</abbr>), tanto para
   el camino como para la información.
  </p>

  
<div class="warning"><strong class="warning">Advertencia</strong>
<p class="simpara">
 Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.setcapath-parameters">
  <h3 class="title">Parámetros</h3>
  <dl>
   
    <dt><code class="parameter">ca_path</code></dt>
    <dd>
     <span class="simpara">
      El camino de la CA a definir.
     </span>
    </dd>
   
   
    <dt><code class="parameter">ca_info</code></dt>
    <dd>
     <span class="simpara">
      La información de la CA a definir.
     </span>
    </dd>
   
  </dl>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.setcapath-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="simpara">
   Retorna <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> en caso de éxito, o <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> si <code class="parameter">ca_path</code>
   o <code class="parameter">ca_info</code> son considerados inválidos.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-oauth.setcapath-changelog">
  <h3 class="title">Historial de cambios</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Versión</th>
      <th>Descripción</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>PECL oauth 1.0.0</td>
      <td>
       Antes de esta versión, <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> era devuelto en lugar de <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-oauth.setcapath-seealso">
  <h3 class="title">Ver también</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauth.getcapath.php" class="methodname" rel="rdfs-seeAlso">OAuth::getCaPath()</a> - Obtiene la informaci&oacute;n CA</span></li>
  </ul>
 </div>


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