<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'oauth.setcapath.php',
    1 => 'OAuth::setCAPath',
    2 => 'Set CA path and info',
  ),
  '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' => 'en',
    '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">Set CA path and info</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.setcapath-description">
  <h3 class="title">Beschreibung</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">
   Sets the Certificate Authority (<abbr title="Certificate Authority">CA</abbr>), both for path
   and info.
  </p>

  <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist bis jetzt
nicht dokumentiert. Es steht nur die Liste der Parameter zur
Verfügung.</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.setcapath-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">ca_path</code></dt>
    <dd>
     <span class="simpara">
      The CA Path being set.
     </span>
    </dd>
   
   
    <dt><code class="parameter">ca_info</code></dt>
    <dd>
     <span class="simpara">
      The CA Info being set.
     </span>
    </dd>
   
  </dl>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.setcapath-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> on success, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if either <code class="parameter">ca_path</code>
   or <code class="parameter">ca_info</code> are considered invalid.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-oauth.setcapath-changelog">
  <h3 class="title">Changelog</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Beschreibung</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>PECL oauth 1.0.0</td>
      <td>
       Gab früher bei einem Fehler <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> anstelle von <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurück.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-oauth.setcapath-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauth.getcapath.php" class="methodname" rel="rdfs-seeAlso">OAuth::getCaPath()</a> - Gets CA information</span></li>
  </ul>
 </div>


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